some fixes in return events

This commit is contained in:
Florent
2025-04-14 22:53:22 +02:00
parent dd908484f7
commit d61720fc9f
7 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ class EventType(Enum):
CHANNEL_MSG_RECV = "channel_message"
CURRENT_TIME = "time_update"
NO_MORE_MSGS = "no_more_messages"
CONTACT_SHARE = "contact_share"
CONTACT_URI = "contact_uri"
BATTERY = "battery_info"
DEVICE_INFO = "device_info"
CLI_RESPONSE = "cli_response"