2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 08:20:23 +00:00

desired-temp ack event name changed

git-svn-id: https://svn.fhem.de/fhem/trunk@1243 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-02-08 08:00:46 +00:00
parent 24a49f083e
commit b4b79807b4

View File

@ -480,7 +480,7 @@ CUL_HM_Parse($$)
} }
if($cmd eq "8002" && $p =~ m/^0102(..)(....)/) { # Ack for fhem-command if($cmd eq "8002" && $p =~ m/^0102(..)(....)/) { # Ack for fhem-command
push @event, "desired-temp:" .hex($1)/2; push @event, "desired-temp-ack:" .hex($1)/2;
} }
CUL_HM_SendCmd($shash, "++8002$id${src}00",1,0) # Send Ack CUL_HM_SendCmd($shash, "++8002$id${src}00",1,0) # Send Ack