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