Add TimeRangeType and TimeStepConfigType.

This commit is contained in:
Gerhard Hoffmann 2024-01-18 14:39:57 +01:00
parent e520965c6b
commit e14edea07f

View File

@ -17,7 +17,8 @@ enum MemberType
DailyTicketType = 0x0A, DailyTicketType = 0x0A,
CustomerType = 0x0B, CustomerType = 0x0B,
TimeBaseType = 0x0C, TimeBaseType = 0x0C,
TimeRangeType = 0x0D TimeRangeType = 0x0D,
TimeStepConfigType = 0x0E
}; };
#endif // MEMBER_TYPE_H_INCLUDED #endif // MEMBER_TYPE_H_INCLUDED