You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi all,
now ,i need write the with ATTRID_SS_IAS_CIE_ADDRESS at SampleFireDetector.
but it don't success and get ,
ep.foundation('ssIasZone', 'write', [ { attrId:16,dataType:'ieeeAddr',attrData:'0x00124b000aff6d05' }], function (err, rsp) {
if (!err)
console.log(rsp);
}
hi all,
now ,i need write the with ATTRID_SS_IAS_CIE_ADDRESS at SampleFireDetector.
but it don't success and get ,
ep.foundation('ssIasZone', 'write', [ { attrId:16,dataType:'ieeeAddr',attrData:'0x00124b000aff6d05' }], function (err, rsp) {
if (!err)
console.log(rsp);
}
return value, it write 4 time
[ { status: 141, attrId: 16 },
{ status: 134, attrId: 27909 },
{ status: 134, attrId: 10 },
{ status: 134, attrId: 18 } ]
http://i.imgur.com/x3nwkpg.png
as follow ,
2.have any example for CIE(Control and Indicating) on my gateway.
how to use it?
https://github.com/zigbeer/zapp-cie
The text was updated successfully, but these errors were encountered: