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