For example if I call:
Code: Select all
zway.devices[3].Basic.Get(function() {
console.log(TAG,"Basic.Get of 3 completed: ");
},null);
zway.devices[22].Basic.Get(function() {
console.log(TAG,"Basic.Get of 22 completed: ");
},null);
Are callbacks not supposed to work on secure device like door locks, or is this an issue with the ZWay stack?