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,
Stopped,
Disconnected,
Complete,
#[serde(other)]
Other,
}