initial support for telemetry to see if things come in

This commit is contained in:
Florent
2025-05-03 17:52:16 +02:00
parent 6a3da79af2
commit aef1801446
5 changed files with 25 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ class EventType(Enum):
LOG_DATA = "log_data"
TRACE_DATA = "trace_data"
RX_LOG_DATA = "rx_log_data"
TELEMETRY_RESPONSE = "telemetry_response"
# Command response types
OK = "command_ok"