E_OCPP1_AvailabilityStatus
TYPE E_OCPP1_AvailabilityStatus :
(
None := 0, // Any status not covered by this implementation
Accepted, // Request has been accepted and will be executed.
Rejected, // Request has not been accepted and will not be executed.
Scheduled // Request has been accepted and will be executed when transaction(s) in progress have finished.
) UDINT;
END_TYPE