mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
update resp_codes
This commit is contained in:
@@ -16,6 +16,14 @@ class PacketType(Enum):
|
||||
CONTACT_URI = 11
|
||||
BATTERY = 12
|
||||
DEVICE_INFO = 13
|
||||
PRIVATE_KEY = 14
|
||||
DISABLED = 15
|
||||
CONTACT_MSG_RECV_V3 = 16
|
||||
CHANNEL_MSG_RECV_V3 = 17
|
||||
CHANNEL_INFO = 18
|
||||
SIGN_START = 19
|
||||
SIGNATURE = 20
|
||||
CUSTOM_VARS = 21
|
||||
CLI_RESPONSE = 50
|
||||
|
||||
# Push notifications
|
||||
|
||||
Reference in New Issue
Block a user