no message

This commit is contained in:
2025-04-14 09:47:11 +02:00
parent 88b000e2c3
commit 606aafcd35
3 changed files with 63 additions and 136 deletions
+9 -1
View File
@@ -118,10 +118,18 @@ class Ladestation_v2 extends IPSModule
}
break;
case "Sperre_Prio":
$this->SetValue("Sperre_Prio", (bool)$Value);
break;
case "PV_Prio":
$this->SetValue("PV_Prio", (bool)$Value);
break;
case "Solarladen":
$this->SetValue("Solarladen", (bool)$Value);
break;
case "Ladebereit":
$this->SetValue("Ladebereit", (bool)$Value);
break;