req_neighbours

This commit is contained in:
Florent
2025-11-09 16:51:54 +01:00
parent dea2f74eae
commit 307e517f5e
6 changed files with 155 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ class EventType(Enum):
DISABLED = "disabled"
CONTROL_DATA = "control_data"
DISCOVER_RESPONSE = "discover_response"
NEIGHBOURS_RESPONSE = "neighbours_response"
# Command response types
OK = "command_ok"