explizites parsen hinzugefühgt

This commit is contained in:
2025-01-22 08:56:37 +01:00
parent 8e22f3b60a
commit 3450ebac3d
2 changed files with 3 additions and 3 deletions

View File

@@ -60,11 +60,11 @@ class Boiler_2_Stufig_Mit_Fueler 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":

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.285",
"version": "0.286",
"build": 0,
"date": 0