auf die anderen module auch ncoh angewandt

This commit is contained in:
2025-01-22 09:01:14 +01:00
parent 3450ebac3d
commit 320e2dc131
5 changed files with 10 additions and 10 deletions

View File

@@ -62,11 +62,11 @@ class Ladestation_Universal extends IPSModule
switch ($Ident) {
case "SetAktuelle_Leistung":
SetValue("Power", $Value);
SetValue("Power", (int)$Value);
break;
case "GetCurrentData":
SetValue("Is_Peak_Shaving", $Value);
SetValue("Is_Peak_Shaving", (bool)$Value);
break;
case "Do_UserCalc":