mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 05:06:35 +00:00
eventmap fix for saved state
git-svn-id: https://svn.fhem.de/fhem/trunk@833 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dfb5376ed1
commit
69088ba06a
@ -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
|
||||
|
@ -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 <name> 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user