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