How to access zwWakeInterval

Posted on
Thu Nov 07, 2013 9:32 am
autolog offline
Posts: 3989
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

How to access zwWakeInterval

In the Indigo database, the Stella-Z device xml includes the following:

Code: Select all
.
.
globalProps : MetaProps : (dict)
     com.perceptiveautomation.indigoplugin.zwave : (dict)
          NumHumidityInputs : 0 (integer)
          .
          .
          .
          zwShowWakeIntervalUI : true (bool)
          zwWakeInterval : 5 (integer)
.
.


I can't work out the python code needed to access the value of zwWakeInterval.

Is it possible to retrieve this value?

Posted on
Thu Nov 07, 2013 9:51 am
jay (support) offline
Site Admin
User avatar
Posts: 18220
Joined: Mar 19, 2008
Location: Austin, Texas

Re: How to access zwWakeInterval

Code: Select all
dev = indigo.devices[1234]
wakeInterval = dev.globalProps["com.perceptiveautomation.indigoplugin.zwave"]["zwWakeInterval"]

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Thu Nov 07, 2013 10:35 am
autolog offline
Posts: 3989
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: How to access zwWakeInterval

Thank you :-)

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 7 guests