parent
58e66c947b
commit
68dc0d4d99
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ class ZWaveNodeEntity(ZWaveBaseEntity):
|
|||
|
||||
if self.node.can_wake_up():
|
||||
for value in self.node.get_values(COMMAND_CLASS_WAKE_UP).values():
|
||||
if value.index != 0:
|
||||
continue
|
||||
|
||||
self.wakeup_interval = value.data
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue