mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
req_neighbours
This commit is contained in:
parent
dea2f74eae
commit
307e517f5e
6 changed files with 155 additions and 6 deletions
|
|
@ -6,6 +6,7 @@ class BinaryReqType(Enum):
|
|||
TELEMETRY = 0x03
|
||||
MMA = 0x04
|
||||
ACL = 0x05
|
||||
NEIGHBOURS = 0x06
|
||||
|
||||
class ControlType(Enum):
|
||||
NODE_DISCOVER_REQ = 0x80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue