Add support for new statistics event types and commands

This commit is contained in:
agessaman
2025-11-07 22:44:43 -08:00
parent a61616297e
commit f82ed89c02
5 changed files with 123 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ class PacketType(Enum):
SIGN_START = 19
SIGNATURE = 20
CUSTOM_VARS = 21
STATS_CORE = 24
STATS_RADIO = 25
STATS_PACKETS = 26
BINARY_REQ = 50
FACTORY_RESET = 51
PATH_DISCOVERY = 52