charge state: complete

This commit is contained in:
Alex Janka 2024-01-28 16:20:55 +11:00
parent fd1794744b
commit ef26ce4697

View file

@ -255,6 +255,7 @@ pub enum ChargingState {
Charging, Charging,
Stopped, Stopped,
Disconnected, Disconnected,
Complete,
#[serde(other)] #[serde(other)]
Other, Other,
} }