Add ProductType

This commit is contained in:
Gerhard Hoffmann 2024-02-22 16:32:16 +01:00
parent c4c0e2fd77
commit 39ab08a5b7

View File

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