Added event field

This commit is contained in:
Mark Qvist 2024-09-09 15:24:36 +02:00
parent ea49d22bce
commit 98eea1171e

View File

@ -17,6 +17,7 @@ FIELD_COMMANDS = 0x09
FIELD_RESULTS = 0x0A
FIELD_GROUP = 0x0B
FIELD_TICKET = 0x0C
FIELD_EVENT = 0x0D
# For usecases such as including custom data structures,
# embedding or encapsulating other data types or protocols