E_OCPP1_ChargingProfileKindType
TYPE E_OCPP1_ChargingProfileKindType :
(
None := 0, // Any status not covered by this implementation
Absolute, // Schedule periods are relative to a fixed point in time defined in the schedule.
Recurring, // The schedule restarts periodically at the first schedule period.
Relative // Schedule periods are relative to a situation-specific start point that is determined by the charge point.
) UDINT;
END_TYPE