Skip to content

Commit d698aec

Browse files
Support for VIRTUAL_NODE_V1 gateway feature flag
1 parent 2dfacac commit d698aec

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

wirepas_mesh_messaging/gateway_feature.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ class GatewayFeature(enum.Enum):
2020
GW_FEATURE_SCRATCHPAD_CHUNK_V1 = GatewayFeature_pb.SCRATCHPAD_CHUNK_V1
2121
GW_FEATURE_CONFIGURATION_DATA_V1 = GatewayFeature_pb.CONFIGURATION_DATA_V1
2222
GW_FEATURE_SINK_KEY_MANAGEMENT_V1 = GatewayFeature_pb.SINK_KEY_MANAGEMENT_V1
23+
GW_FEATURE_VIRTUAL_NODE_V1 = GatewayFeature_pb.VIRTUAL_NODE_V1
2324

0 commit comments

Comments
 (0)