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
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