From 98eea1171ee618c572f83295ae1683b916709466 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 9 Sep 2024 15:24:36 +0200 Subject: [PATCH] Added event field --- LXMF/LXMF.py | 1 + 1 file changed, 1 insertion(+) diff --git a/LXMF/LXMF.py b/LXMF/LXMF.py index 3618912..146d8ec 100644 --- a/LXMF/LXMF.py +++ b/LXMF/LXMF.py @@ -17,6 +17,7 @@ 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