mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
implement binary requests
This commit is contained in:
parent
a4f6114870
commit
cb6379e4c5
5 changed files with 25 additions and 14 deletions
|
|
@ -18,7 +18,6 @@ class EventType(Enum):
|
|||
CONTACT_URI = "contact_uri"
|
||||
BATTERY = "battery_info"
|
||||
DEVICE_INFO = "device_info"
|
||||
CLI_RESPONSE = "cli_response"
|
||||
MSG_SENT = "message_sent"
|
||||
NEW_CONTACT = "new_contact"
|
||||
|
||||
|
|
@ -35,6 +34,7 @@ class EventType(Enum):
|
|||
TRACE_DATA = "trace_data"
|
||||
RX_LOG_DATA = "rx_log_data"
|
||||
TELEMETRY_RESPONSE = "telemetry_response"
|
||||
BINARY_RESPONSE = "binary_response"
|
||||
CUSTOM_VARS = "custom_vars"
|
||||
CHANNEL_INFO = "channel_info"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue