E_OCPP1_UpdateType
TYPE E_OCPP1_UpdateType :
(
None := 0, // Any status not covered by this implementation
Differential, // Indicates that the current Local Authorization List must be updated with the values in this message.
Full // Indicates that the current Local Authorization List must be replaced by the values in this message.
) UDINT;
END_TYPE