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