zigbeer / zigbee-shepherd

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

Is it possible to send a proprietary command? #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi,

If I need to send a proprietary command (cId and zclData are defined by vendor), what API I could use?

Thanks.

simenkid commented 7 years ago

Hello @liyiwu777 ,

zigbee-shepherd can handle the proprietary command but needs some customization. It encourages users follow the public standard, thus it doesn't export the functionality to support proprietary definitions (Too hard to consider the variety, and following the public standard is the best policy I think).

Please contact the team: support@sivann.com.tw if you need some help with the proprietary things.

ghost commented 7 years ago

I will ask for help. Many Thanks.