zigbeer / zigbee-shepherd

An open source ZigBee gateway solution with node.js.
MIT License
250 stars 89 forks source link

how can i write attributes with IAS Zone device #24

Open amigomcu opened 7 years ago

amigomcu commented 7 years ago

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