diff --git a/Boiler_2_Stufig_Mit_Fueler/module.php b/Boiler_2_Stufig_Mit_Fueler/module.php index 52af77a..362bba6 100644 --- a/Boiler_2_Stufig_Mit_Fueler/module.php +++ b/Boiler_2_Stufig_Mit_Fueler/module.php @@ -60,11 +60,11 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule switch ($Ident) { case "SetAktuelle_Leistung": - SetValue("Power", (int)$Value); + $this->SetValue("Power", (int)$Value); break; case "GetCurrentData": - SetValue("Is_Peak_Shaving", (bool)$Value); + $this->SetValue("Is_Peak_Shaving", (bool)$Value); break; case "Do_UserCalc": diff --git a/library.json b/library.json index d0793ed..2c52b44 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.289", + "version": "0.290", "build": 0, "date": 0