List all devices in z-wave network
Posted: 18 Dec 2019 21:01
I'm developing a module that relies on dynamically growing and shrinking the amount of door locks it's working on. Is there a way to list all devices of a certain type, or just all devices connected to a Z-Way controller from the index.js of my module?
Specifically, I'm looking to get the device ID of all door locks connected to my Razberry.
gives me but I haven't gotten anything useful out of that.
Thanks!
Specifically, I'm looking to get the device ID of all door locks connected to my Razberry.
Code: Select all
zway.devices[1].data.neighboursCode: Select all
[ object ZDataHolder ]Thanks!