mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
Add channel commands and fix a lint error
This commit is contained in:
@@ -35,6 +35,7 @@ class EventType(Enum):
|
||||
RX_LOG_DATA = "rx_log_data"
|
||||
TELEMETRY_RESPONSE = "telemetry_response"
|
||||
CUSTOM_VARS = "custom_vars"
|
||||
CHANNEL_INFO = "channel_info"
|
||||
|
||||
# Command response types
|
||||
OK = "command_ok"
|
||||
|
||||
Reference in New Issue
Block a user