From 4b9edb0f47a95f4da11173a8da52bd0e8accdb63 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 6 May 2025 11:54:49 +0200 Subject: [PATCH] Minor: add IncludeType to be used by json-parser --- library/include/mobilisis/member_type.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/include/mobilisis/member_type.h b/library/include/mobilisis/member_type.h index dcfd012..07c6f9b 100644 --- a/library/include/mobilisis/member_type.h +++ b/library/include/mobilisis/member_type.h @@ -22,7 +22,8 @@ enum MemberType ProductType = 0x0F, InterpolationType = 0x10, PrepaidType = 0x11, - CarryOverType = 0x12 + CarryOverType = 0x12, + IncludesType = 0x13 }; #endif // MEMBER_TYPE_H_INCLUDED