zigbee-shepherd icon indicating copy to clipboard operation
zigbee-shepherd copied to clipboard

how can i write attributes with IAS Zone device

Open amigomcu opened this issue 8 years ago • 0 comments

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

amigomcu avatar Jun 14 '17 07:06 amigomcu