Implement OP25 commands

This commit is contained in:
Logan Cusano
2025-05-25 22:58:38 -04:00
parent a9ea9a374d
commit a094027a10
2 changed files with 80 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ class NodeCommands(str, Enum):
JOIN = "join_server"
LEAVE = "leave_server"
STATUS = "get_status"
OP25_START = "op25_start"
OP25_STOP = "op25_stop"
OP25_SET = "op25_set"
class TalkgroupTag: