my devices (e.g. Philio 4-in-1 sensor) in z-way waking up every 30 minutes and I wanted to forward the wakeup notification to another web service.
In z-way there is the possibility to bind this event with:
Code: Select all
zway.devices[nodeID].data.isAwake.bind( function() { mycode });
Code: Select all
zway.devices[nodeID].data.isAwake.value.bind( function() { mycode });
Unfortunately with the binding I also don´t get the information which device actually woke up.
Is there any way to get these kind of information or maybe there is another way to catch the wakeup notifications?
Many thanks for your answers in advance

Best raZcherry