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