ocpp/v1_6/enum/firmware_status
OCPP 1.6 FirmwareStatus enumeration.
to_json/decoder map each constructor to/from its exact schema token.
Types
pub type FirmwareStatus {
Downloaded
DownloadFailed
Downloading
Idle
InstallationFailed
Installing
Installed
}
Constructors
-
Downloaded -
DownloadFailed -
Downloading -
Idle -
InstallationFailed -
Installing -
Installed
Values
pub fn decoder() -> decode.Decoder(FirmwareStatus)
Decode a FirmwareStatus from its exact schema token.
pub fn to_json(value: FirmwareStatus) -> json.Json
Encode a FirmwareStatus to its exact schema token.