d
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user