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