From 1ca92414efb75bd7431b7a888e90ec6614097647 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 25 Feb 2025 15:38:34 +0100 Subject: [PATCH] aber jetzt property probleme --- Batterie/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index 43ce3c8..2b23a3f 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -196,7 +196,7 @@ public function RequestAction($Ident, $Value) if ($batterieladezustand <= $aufdasnachladen) { - $nachladen = GetValue($this->ReadPropertyInteger("MaxNachladen")); + $nachladen = $this->ReadPropertyInteger("MaxNachladen"); $dummy_array[] = $nachladen; IPS_LogMessage("Batterie", ": MaxNachladen " .json_encode($dummy_array)); $this->SetValue("PowerSteps", json_encode($dummy_array)); diff --git a/library.json b/library.json index d876622..8968fce 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.082", + "version": "1.083", "build": 0, "date": 0 } \ No newline at end of file