Implement OP25 commands
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user