10_ZWave.pm: security-class patch (Forum #38587)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9210 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2435,7 +2435,11 @@ ZWave_addToSendStack($$)
|
||||
|
||||
my $now;
|
||||
if(index(AttrVal($hash->{NAME}, "classes", ""), "WAKE_UP") >= 0) {
|
||||
return "Scheduled for sending after WAKEUP" if(!$hash->{wakeupAlive});
|
||||
if ($cmd =~ m/^......988[01].*/) {
|
||||
Log3 $hash->{NAME}, 5, "$hash->{NAME}: Sendstack bypassed for $cmd";
|
||||
} else {
|
||||
return "Scheduled for sending after WAKEUP" if(!$hash->{wakeupAlive});
|
||||
}
|
||||
|
||||
} else { # clear commands without 0113 and 0013
|
||||
$now = gettimeofday();
|
||||
|
||||
Reference in New Issue
Block a user