This commit is contained in:
2025-05-02 15:37:26 +02:00
parent 89e291c488
commit 5992ede103
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class Verbraucher_extern extends IPSModule
$values = json_decode($this->GetValue("PowerSteps"));
$result = [];
$firstCombination = $this->findCombination($this->GetValue("Power"), $this->GetValue("PowerSteps"));
$firstCombination = $this->findCombination($this->GetValue("Power"), json_decode($this->GetValue("PowerSteps")));
//$this->find($this->GetValue("Power"), $values, [], $result);