From 895067cfb7228d570c2b80af89298c143aadaf63 Mon Sep 17 00:00:00 2001 From: heikoranft Date: Wed, 25 Feb 2015 01:41:13 +0000 Subject: [PATCH] 89_HEATRONIC.pm: bugfix missing colon git-svn-id: https://svn.fhem.de/fhem/trunk@8093 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/89_HEATRONIC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/89_HEATRONIC.pm b/fhem/FHEM/89_HEATRONIC.pm index 48d906f6c..277a46fef 100644 --- a/fhem/FHEM/89_HEATRONIC.pm +++ b/fhem/FHEM/89_HEATRONIC.pm @@ -552,7 +552,7 @@ HEATRONIC_DecodeMsg_CH2($$$) readingsBulkUpdate($hash, "ch_runtime_ch", $ch_runtime_ch); readingsBulkUpdate($hash, "ch_starts_tot", $ch_starts_tot); readingsBulkUpdate($hash, "ch_starts_ch", $ch_starts_ch); - readingsBulkUpdate($hash, "ch_pump_heating_power" $ch_pump_heating_power); + readingsBulkUpdate($hash, "ch_pump_heating_power", $ch_pump_heating_power); readingsEndUpdate($hash,1); return 1;