Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
456 stars 277 forks source link

Added Sonoff manufacturer's Cluster attribute command definition. #983

Closed liubotongs closed 3 weeks ago

liubotongs commented 2 months ago

Added a definition for CommandID:0x01 in the Sonoff manufacturer's Cluster, which is used to set the point function of ZBMicro devices. We will be using zigbee-herdsman-converters.

Nerivec commented 2 months ago

Re https://github.com/Koenkk/zigbee-herdsman/pull/955

liubotongs commented 1 month ago

So do we need to change "manuSpecificSonoff" to "manuSpecificEwelink"?

Nerivec commented 1 month ago

The same cluster ID is used by multiple manufacturers. This needs the cluster injection feature before it can be added; which is still a work in progress.

liubotongs commented 1 month ago

Thank you for your reply. When can we finish the work?

Koenkk commented 1 month ago

Implementing it in https://github.com/Koenkk/zigbee-herdsman/pull/1019

Koenkk commented 3 weeks ago

Fixed in https://github.com/Koenkk/zigbee-herdsman-converters/pull/7432