LUXTRONIK2: robustness
git-svn-id: https://svn.fhem.de/fhem/trunk@12469 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -641,7 +641,7 @@ LUXTRONIK2_DoUpdate($)
|
|||||||
# 62 - counterHeatQPool
|
# 62 - counterHeatQPool
|
||||||
$return_str .= "|". ($heatpump_visibility[2]==1 ? $heatpump_values[153] : "no");
|
$return_str .= "|". ($heatpump_visibility[2]==1 ? $heatpump_values[153] : "no");
|
||||||
# 63 - returnTemperatureTargetMin
|
# 63 - returnTemperatureTargetMin
|
||||||
$return_str .= "|". ($heatpump_visibility[295]==1 ? $heatpump_parameters[979] : "no");
|
$return_str .= "|". (defined($heatpump_visibility[295]) && $heatpump_visibility[295]==1 ? $heatpump_parameters[979] : "no");
|
||||||
return $return_str;
|
return $return_str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user