E_OCPP1_ResetType
TYPE E_OCPP1_ResetType :
(
None := 0, // Any status not covered by this implementation
Hard, // Restart(all) the hardware, the Charge Point is not required to gracefully stop ongoing transaction.
Soft // Stop ongoing transactions gracefully and sending StopTransaction for every ongoing transaction.
) UDINT;
END_TYPE