no message

This commit is contained in:
2025-02-05 16:03:05 +01:00
parent 05a56704ce
commit 6116815b1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class Boiler_2_Stufig_Landwirtschaft extends IPSModule
}
public function getNextTimeAndTemperature($zeitplan) {
$arr = json_decode($arrString);
$arr = json_decode($zeitplan);
if (empty($arr)) {
return null;
}