no message

This commit is contained in:
2025-05-01 10:58:22 +02:00
parent bed47a80ed
commit 6baf22f722
+6 -1
View File
@@ -156,12 +156,17 @@ class Ladestation_v2 extends IPSModule
$this->SetValue("Car_detected", true);
if($this->GetValue("Max_Current")<6){
$this->SetValue("Car_is_full", true);
}
}else{
$this->SetValue("Car_detected", false);
$this->SetValue("Car_is_full", false);
$this->SetValue("IsTimerActive", false);
$this->SetValue("Is_1_ph", false);
$this->SetValue("Aktuelle_Leistung", 0);
$this->SetValue("IdleCounter", 0);
$this->SetValue("Idle", true);
}
}
else{