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

@ -13,7 +13,7 @@ class PacketType(Enum):
CHANNEL_MSG_RECV = 8
CURRENT_TIME = 9
NO_MORE_MSGS = 10
CONTACT_SHARE = 11
CONTACT_URI = 11
BATTERY = 12
DEVICE_INFO = 13
CLI_RESPONSE = 50