Merge pull request #34 from agessaman/main

Companion Nodes Stats
This commit is contained in:
fdlamotte 2025-11-24 10:38:04 +01:00 committed by GitHub
commit 3220c4196d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 175 additions and 0 deletions

View file

@ -36,6 +36,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