handle repeat mode

This commit is contained in:
Florent
2026-02-14 15:36:17 -04:00
parent d254c8e6ff
commit 8c33c09ac1
3 changed files with 28 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ class EventType(Enum):
SIGN_START = "sign_start"
SIGNATURE = "signature"
ADVERT_RESPONSE = "advert_response"
ALLOWED_REPEAT_FREQ = "allowed_repeat_freq"
# Command response types
OK = "command_ok"