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!
Code: Select all
zway.devices[1].data.neighboursCode: Select all
[ object ZDataHolder ]Code: Select all
zway.devices[1].data.neighbours.value Code: Select all
vDevList = this.controller.devices.filter(function(x) {
return x.get("deviceType") === "doorlock"
});