From e14edea07f4b12db78f34f5b891dcf414f3d2e9b Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 18 Jan 2024 14:39:57 +0100 Subject: [PATCH] Add TimeRangeType and TimeStepConfigType. --- 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 5d84452..0a0e03c 100644 --- a/library/include/mobilisis/member_type.h +++ b/library/include/mobilisis/member_type.h @@ -17,7 +17,8 @@ enum MemberType DailyTicketType = 0x0A, CustomerType = 0x0B, TimeBaseType = 0x0C, - TimeRangeType = 0x0D + TimeRangeType = 0x0D, + TimeStepConfigType = 0x0E }; #endif // MEMBER_TYPE_H_INCLUDED