mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
10_ZWave.pm: add noWakeupForApplicationUpdate (Forum #50090)
git-svn-id: https://svn.fhem.de/fhem/trunk@11030 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d8212e1df8
commit
91547ada96
@ -545,6 +545,7 @@ ZWave_Initialize($)
|
|||||||
my @attrList = qw(
|
my @attrList = qw(
|
||||||
IODev
|
IODev
|
||||||
WNMI_delay
|
WNMI_delay
|
||||||
|
noWakeupForApplicationUpdate:1,0
|
||||||
classes
|
classes
|
||||||
do_not_notify:1,0
|
do_not_notify:1,0
|
||||||
dummy:1,0
|
dummy:1,0
|
||||||
@ -3728,10 +3729,12 @@ ZWave_Parse($$@)
|
|||||||
|
|
||||||
my $hash = $modules{ZWave}{defptr}{"$homeId $id"};
|
my $hash = $modules{ZWave}{defptr}{"$homeId $id"};
|
||||||
if($hash) {
|
if($hash) {
|
||||||
#if(ZWave_isWakeUp($hash)) { # Used to Debug Forum #50090 / CAN problems
|
if(!AttrVal($hash->{NAME}, "noWakeupForApplicationUpdate", 0)) { # 50090
|
||||||
# ZWave_wakeupTimer($hash, 1);
|
if(ZWave_isWakeUp($hash)) {
|
||||||
# ZWave_processSendStack($hash, "next");
|
ZWave_wakeupTimer($hash, 1);
|
||||||
#}
|
ZWave_processSendStack($hash, "next");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if(!$ret) {
|
if(!$ret) {
|
||||||
readingsSingleUpdate($hash, "CMD", $cmd, 1); # forum:20884
|
readingsSingleUpdate($hash, "CMD", $cmd, 1); # forum:20884
|
||||||
@ -4936,6 +4939,14 @@ s2Hex($)
|
|||||||
<li><a href="#noExplorerFrames">noExplorerFrames</a><br>
|
<li><a href="#noExplorerFrames">noExplorerFrames</a><br>
|
||||||
turn off the use of Explorer Frames
|
turn off the use of Explorer Frames
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li><a href="#noWakeupForApplicationUpdate">noWakeupForApplicationUpdate</a><br>
|
||||||
|
some devices (notable the Aeotec Multisensor 6) are only wake after an
|
||||||
|
APPLICATION UPDATE telegrams for a very short time. If this attribute is
|
||||||
|
set (recommended for the Aeotec Multisensor 6), the WakeUp-Stack is not
|
||||||
|
processed after receiving such a message.
|
||||||
|
</li>
|
||||||
|
|
||||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||||
<li><a name="secure_classes">secure_classes</a><br>
|
<li><a name="secure_classes">secure_classes</a><br>
|
||||||
This attribute is the result of the "set DEVICE secSupportedReport"
|
This attribute is the result of the "set DEVICE secSupportedReport"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user