ocpp/v2_0_1/enum/set_monitoring_status
OCPP 2.0.1 SetMonitoringStatus enumeration (schema SetMonitoringStatusEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
Status is OK if a value could be returned. Otherwise this will indicate the reason why a value could not be returned.
pub type SetMonitoringStatus {
Accepted
UnknownComponent
UnknownVariable
UnsupportedMonitorType
Rejected
Duplicate
}
Constructors
-
Accepted -
UnknownComponent -
UnknownVariable -
UnsupportedMonitorType -
Rejected -
Duplicate
Values
pub fn decoder() -> decode.Decoder(SetMonitoringStatus)
Decode a SetMonitoringStatus from its exact schema token.
pub fn to_json(value: SetMonitoringStatus) -> json.Json
Encode a SetMonitoringStatus to its exact schema token.