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

@ -28,4 +28,6 @@ class PacketType(Enum):
LOGIN_FAILED = 0x86
STATUS_RESPONSE = 0x87
LOG_DATA = 0x88
TRACE_DATA = 0x89
TRACE_DATA = 0x89
PUSH_CODE_NEW_ADVERT = 0x8A
TELEMETRY_RESPONSE = 0x8B