E_OCPP1_UnlockStatus
TYPE E_OCPP1_UnlockStatus :
(
None := 0, // Any status not covered by this implementation
Unlocked, // Connector has successfully been unlocked.
UnlockFailed, // Failed to unlock the connector.
NotSupported // Charge Point has no connector lock, or ConnectorId is unknown.
) UDINT;
END_TYPE