Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i write attributes with IAS Zone device #24

Open
amigomcu opened this issue Jun 14, 2017 · 0 comments
Open

how can i write attributes with IAS Zone device #24

amigomcu opened this issue Jun 14, 2017 · 0 comments

Comments

@amigomcu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant