From 2a8b7d5e828728d7817c6a7c8bcc3843370a0954 Mon Sep 17 00:00:00 2001 From: herrmannj <> Date: Fri, 29 Jan 2016 20:43:54 +0000 Subject: [PATCH] 32_TechemHKV.pm: fix for event-on git-svn-id: https://svn.fhem.de/fhem/trunk@10660 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/32_TechemHKV.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/32_TechemHKV.pm b/fhem/FHEM/32_TechemHKV.pm index 6ba06e3eb..41e7ec82c 100644 --- a/fhem/FHEM/32_TechemHKV.pm +++ b/fhem/FHEM/32_TechemHKV.pm @@ -151,7 +151,7 @@ TechemHKV_Receive(@) { $hash->{".updateTimestamp"} = $ts; $i = $#{ $hash->{CHANGED} }; readingsBulkUpdate($hash, "previous_period", $msg->{lastVal}); - hash->{CHANGETIME}->[$#{ $hash->{CHANGED} }] = $ts if ($#{ $hash->{CHANGED} } != $i ); # only add ts if there is a event to + $hash->{CHANGETIME}->[$#{ $hash->{CHANGED} }] = $ts if ($#{ $hash->{CHANGED} } != $i ); # only add ts if there is a event to readingsEndUpdate($hash, 1); }