charge state: complete
This commit is contained in:
parent
a350280662
commit
cf30a7d1bc
|
@ -256,6 +256,7 @@ pub enum ChargingState {
|
|||
Charging,
|
||||
Stopped,
|
||||
Disconnected,
|
||||
Complete,
|
||||
#[serde(other)]
|
||||
Other,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue