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

@@ -40,6 +40,9 @@ class EventType(Enum):
MMA_RESPONSE = "mma_response"
ACL_RESPONSE = "acl_response"
CUSTOM_VARS = "custom_vars"
STATS_CORE = "stats_core"
STATS_RADIO = "stats_radio"
STATS_PACKETS = "stats_packets"
CHANNEL_INFO = "channel_info"
PATH_RESPONSE = "path_response"
PRIVATE_KEY = "private_key"