mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
custom vars
This commit is contained in:
@@ -34,6 +34,7 @@ class EventType(Enum):
|
||||
TRACE_DATA = "trace_data"
|
||||
RX_LOG_DATA = "rx_log_data"
|
||||
TELEMETRY_RESPONSE = "telemetry_response"
|
||||
CUSTOM_VARS = "custom_vars"
|
||||
|
||||
# Command response types
|
||||
OK = "command_ok"
|
||||
@@ -183,4 +184,4 @@ class EventDispatcher:
|
||||
except asyncio.TimeoutError:
|
||||
return None
|
||||
finally:
|
||||
subscription.unsubscribe()
|
||||
subscription.unsubscribe()
|
||||
|
||||
Reference in New Issue
Block a user