discover_path

This commit is contained in:
Florent
2025-07-31 22:10:03 +02:00
parent fbb6e74b15
commit 206321bd6b
5 changed files with 26 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class EventType(Enum):
BINARY_RESPONSE = "binary_response"
CUSTOM_VARS = "custom_vars"
CHANNEL_INFO = "channel_info"
PATH_RESPONSE = "path_response"
# Command response types
OK = "command_ok"