custom vars

This commit is contained in:
Florent de Lamotte
2025-05-05 15:03:45 +02:00
parent a39af17566
commit 27f87075d2
3 changed files with 25 additions and 2 deletions

View File

@@ -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()