2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

SD alarm/test changed to use foreign master instead of fhem.

git-svn-id: https://svn.fhem.de/fhem/trunk@1539 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-05-06 07:15:58 +00:00
parent 9150c207d9
commit 259f834802

View File

@ -1382,11 +1382,11 @@ CUL_HM_Set($@)
} elsif($cmd eq "test" && $st eq "smokeDetector") { #################
my $testnr = $hash->{TESTNR} ? ($hash->{TESTNR} +1) : 1;
$hash->{TESTNR} = $testnr;
CUL_HM_SendCmd($hash, sprintf("++9440%s%s00%02X",$id,$id,$testnr), 1, 0);
CUL_HM_SendCmd($hash, sprintf("++9440%s%s00%02X",$dst,$dst,$testnr), 1, 0);
} elsif($cmd eq "alarm(.*)" && $st eq "smokeDetector") { #################
CUL_HM_SendCmd($hash, sprintf("++9441%s%s01%s",
$id,$id, $1 eq "on" ? "0BC8" : "0C01"), 1, 0);
$dst,$dst, $1 eq "On" ? "0BC8" : "0C01"), 1, 0);
} elsif($cmd eq "devicepair") { #####################################
return "$a[2] is not a button number" if($a[2] !~ m/^\d$/ || $a[2] < 1);