revert on/off message
git-svn-id: https://svn.fhem.de/fhem/trunk@2340 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2033,10 +2033,10 @@ CUL_HM_Set($@)
|
|||||||
CUL_HM_pushConfig($hash,$id,$dst,$lChn,$peerID,$peerChn,$list,$addrData);
|
CUL_HM_pushConfig($hash,$id,$dst,$lChn,$peerID,$peerChn,$list,$addrData);
|
||||||
}
|
}
|
||||||
elsif($cmd eq "on") { ###############################################
|
elsif($cmd eq "on") { ###############################################
|
||||||
CUL_HM_PushCmdStack($hash,'++'.$flag.'11'.$id.$dst.'02'.$chn.'C8');
|
CUL_HM_PushCmdStack($hash,'++'.$flag.'11'.$id.$dst.'02'.$chn.'C80000');
|
||||||
}
|
}
|
||||||
elsif($cmd eq "off") { ##############################################
|
elsif($cmd eq "off") { ##############################################
|
||||||
CUL_HM_PushCmdStack($hash,'++'.$flag.'11'.$id.$dst.'02'.$chn.'00');
|
CUL_HM_PushCmdStack($hash,'++'.$flag.'11'.$id.$dst.'02'.$chn.'000000');
|
||||||
}
|
}
|
||||||
elsif($cmd eq "on-for-timer"||$cmd eq "on-till") { ##########################
|
elsif($cmd eq "on-for-timer"||$cmd eq "on-till") { ##########################
|
||||||
my (undef,undef,$duration,$edate) = @a; #date prepared extention to entdate
|
my (undef,undef,$duration,$edate) = @a; #date prepared extention to entdate
|
||||||
|
|||||||
Reference in New Issue
Block a user