mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-12 12:16:54 +00:00
implemented anon binary requests
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
from enum import Enum
|
||||
|
||||
class AnonReqType(Enum):
|
||||
REGIONS = 0x01
|
||||
OWNER = 0x02
|
||||
BASIC = 0x03 # just remote clock
|
||||
|
||||
class BinaryReqType(Enum):
|
||||
STATUS = 0x01
|
||||
KEEP_ALIVE = 0x02
|
||||
|
||||
Reference in New Issue
Block a user