From 8e22f3b60a92e77095da9a383f62b485b3e98c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 22 Jan 2025 08:46:26 +0100 Subject: [PATCH] this vergessen --- Batterie/module.php | 4 ++-- Boiler_2_Stufig_Mit_Fueler/module.php | 4 ++-- Ladestation_Universal/module.php | 4 ++-- Verbraucher_1_Stufig/module.php | 4 ++-- WP_Steuerung/module.php | 4 ++-- library.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index 97f94d6..ce02256 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -78,8 +78,8 @@ public function RequestAction($Ident, $Value) case "Do_UserCalc": - $this->SetAktuelle_Leistung(GetValue("Power")); - $this->GetCurrentData(GetValue("Is_Peak_Shaving")); + $this->SetAktuelle_Leistung($this->GetValue("Power")); + $this->GetCurrentData($this->GetValue("Is_Peak_Shaving")); break; default: diff --git a/Boiler_2_Stufig_Mit_Fueler/module.php b/Boiler_2_Stufig_Mit_Fueler/module.php index 52f321c..ad109eb 100644 --- a/Boiler_2_Stufig_Mit_Fueler/module.php +++ b/Boiler_2_Stufig_Mit_Fueler/module.php @@ -69,8 +69,8 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule case "Do_UserCalc": - $this->SetAktuelle_Leistung(GetValue("Power")); - $this->GetCurrentData(GetValue("Is_Peak_Shaving")); + $this->SetAktuelle_Leistung($this->GetValue("Power")); + $this->GetCurrentData($this->GetValue("Is_Peak_Shaving")); break; default: diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 8c07397..fee0811 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -71,8 +71,8 @@ class Ladestation_Universal extends IPSModule case "Do_UserCalc": - $this->SetAktuelle_Leistung(GetValue("Power")); - $this->GetCurrentData(GetValue("Is_Peak_Shaving")); + $this->SetAktuelle_Leistung($this->GetValue("Power")); + $this->GetCurrentData($this->GetValue("Is_Peak_Shaving")); break; default: diff --git a/Verbraucher_1_Stufig/module.php b/Verbraucher_1_Stufig/module.php index 3cf61ca..e9f1ddc 100644 --- a/Verbraucher_1_Stufig/module.php +++ b/Verbraucher_1_Stufig/module.php @@ -66,8 +66,8 @@ class Verbraucher_1_Stufig extends IPSModule break; case "Do_UserCalc": - $this->SetAktuelle_Leistung(GetValue("Power")); - $this->GetCurrentData(GetValue("Is_Peak_Shaving")); + $this->SetAktuelle_Leistung($this->GetValue("Power")); + $this->GetCurrentData($this->GetValue("Is_Peak_Shaving")); break; default: diff --git a/WP_Steuerung/module.php b/WP_Steuerung/module.php index e92bb92..b20b902 100644 --- a/WP_Steuerung/module.php +++ b/WP_Steuerung/module.php @@ -72,8 +72,8 @@ class WP_Steuerung extends IPSModule break; case "Do_UserCalc": - $this->SetAktuelle_Leistung(GetValue("Power")); - $this->GetCurrentData(GetValue("Is_Peak_Shaving")); + $this->SetAktuelle_Leistung($this->GetValue("Power")); + $this->GetCurrentData($this->GetValue("Is_Peak_Shaving")); break; default: diff --git a/library.json b/library.json index 90b2b38..4524b09 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.283", + "version": "0.285", "build": 0, "date": 0