charge state: complete

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

View file

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