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

@ -6,6 +6,7 @@ class BinaryReqType(Enum):
TELEMETRY = 0x03
MMA = 0x04
ACL = 0x05
NEIGHBOURS = 0x06
class ControlType(Enum):
NODE_DISCOVER_REQ = 0x80