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

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