Charger does not get turned off when leaving the house
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-20 17:47:42 +01:00
parent 07563a6d30
commit 1a9d12b1f3
2 changed files with 4 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ pub struct MqttDeviceConfig {
pub topic: String,
}
#[derive(Debug, Clone, Deserialize)]
#[derive(Debug, Clone, Deserialize, PartialEq, Eq)]
pub enum OutletType {
Outlet,
Kettle,