From c08be6087560bc3ecb60c993fd76dc1a38dadcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Ean=20G=C3=BCne=C5=9F?= <180301198+sgunes-wirepas@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:17:00 +0200 Subject: [PATCH] Support for VIRTUAL_NODE_V1 gateway feature flag --- backend-apis | 2 +- wirepas_mesh_messaging/gateway_feature.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend-apis b/backend-apis index 56c734f..f89d73b 160000 --- a/backend-apis +++ b/backend-apis @@ -1 +1 @@ -Subproject commit 56c734f1804b27f04d64da3f001321fc7472754e +Subproject commit f89d73be70e992aff3e9b87ddef0fb1cec68d106 diff --git a/wirepas_mesh_messaging/gateway_feature.py b/wirepas_mesh_messaging/gateway_feature.py index 98e269e..9640b9c 100644 --- a/wirepas_mesh_messaging/gateway_feature.py +++ b/wirepas_mesh_messaging/gateway_feature.py @@ -20,4 +20,5 @@ class GatewayFeature(enum.Enum): GW_FEATURE_SCRATCHPAD_CHUNK_V1 = GatewayFeature_pb.SCRATCHPAD_CHUNK_V1 GW_FEATURE_CONFIGURATION_DATA_V1 = GatewayFeature_pb.CONFIGURATION_DATA_V1 GW_FEATURE_SINK_KEY_MANAGEMENT_V1 = GatewayFeature_pb.SINK_KEY_MANAGEMENT_V1 + GW_FEATURE_VIRTUAL_NODE_V1 = GatewayFeature_pb.VIRTUAL_NODE_V1