ocpp/v1_6/enum/extended_message_trigger
OCPP 1.6 ExtendedMessageTrigger enumeration.
to_json/decoder map each constructor to/from its exact schema token.
Types
pub type ExtendedMessageTrigger {
BootNotification
LogStatusNotification
FirmwareStatusNotification
Heartbeat
MeterValues
SignChargePointCertificate
StatusNotification
}
Constructors
-
BootNotification -
LogStatusNotification -
FirmwareStatusNotification -
Heartbeat -
MeterValues -
SignChargePointCertificate -
StatusNotification
Values
pub fn decoder() -> decode.Decoder(ExtendedMessageTrigger)
Decode a ExtendedMessageTrigger from its exact schema token.
pub fn to_json(value: ExtendedMessageTrigger) -> json.Json
Encode a ExtendedMessageTrigger to its exact schema token.