From 69088ba06a1b23c2ea9faf26882fc24cf3aa300b Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 6 Feb 2011 08:30:05 +0000 Subject: [PATCH] eventmap fix for saved state git-svn-id: https://svn.fhem.de/fhem/trunk@833 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/TODO | 9 +++++++-- fhem/fhem.pl | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/fhem/TODO b/fhem/TODO index 3a4bae1f4..6f7a36227 100644 --- a/fhem/TODO +++ b/fhem/TODO @@ -1,13 +1,18 @@ FHEM: +- fork problem (?) +- autocreate disable / onForSec +- HomeMatic in fhemweb +- HomeMatic autocreate - HomeMatic signing -- autocreate for HomeMatic +- HomeMatic set log 2 +- mergelog + - autodetect physical hardware - RFR: Error message for uncomplete last message - fix autocreate rename anomaly (rename filelog only) - implement wiki decisions Webpgm2 -- plot data from multiple files in a single picture - setting the dummy state via dropdown is not possible - click on the graph only correct for the day zoom - integrate weblink details in the SVG diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 533ed2b21..139ca5f96 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -167,7 +167,7 @@ my $nextat; # Time when next timer will be triggered. my $intAtCnt=0; my %duplicate; # Pool of received msg for multi-fhz/cul setups my $duplidx=0; # helper for the above pool -my $cvsid = '$Id: fhem.pl,v 1.129 2011-02-05 19:04:19 rudolfkoenig Exp $'; +my $cvsid = '$Id: fhem.pl,v 1.130 2011-02-06 08:30:05 rudolfkoenig Exp $'; my $namedef = "where is either:\n" . "- a single device name\n" . @@ -1724,6 +1724,7 @@ CommandSetstate($$) } my $tim = "$b[0] $b[1]"; + ReplaceEventMap($sdev, $b[2]); my $ret = CallFn($sdev, "StateFn", $d, $tim, $b[2], $b[3]); if($ret) { push @rets, $ret;