Code: Select all
devices[x].commandClasses[91].data
Should I bind to the RaZberry (i. e. devices[1]) and inspect the srcNodeId to find out wich WALLC-S activated the scene? Or should I bind to the device that activated the scene (i. e. devices[3] in my case)?
It seems that values may be empty for the RaZberry but are present for the WALLC-S:
Code: Select all
devices[1].commandClasses[91].data.currentScene =>
{"invalidateTime":1423470723,"updateTime":1423470724,"type":"empty","value":null}
devices[3].commandClasses[91].data.currentScene =>
{"invalidateTime":1421503600,"updateTime":1421524873,"type":"int","value":1}