mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
desired-temp ack event name changed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1243 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7d203b38b7
commit
e992f69e65
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user