Add missing numerical codes for charger op mode
This commit is contained in:
parent
f2c5b86909
commit
bc1a15f27c
@ -132,6 +132,8 @@ pub enum ChargerOpMode {
|
||||
Finished = 4,
|
||||
Error = 5,
|
||||
Ready = 6,
|
||||
AwaitingAuthentication = 7,
|
||||
Deauthenticating = 8,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Deserialize_repr, Eq, Ord, PartialEq, PartialOrd)]
|
||||
|
Loading…
Reference in New Issue
Block a user