Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
454 stars 278 forks source link

Add Airzone Manufacturer ID #1021

Closed AlexisPolegato closed 1 week ago

AlexisPolegato commented 2 weeks ago

Add Airzone Manufacturer ID Add manufacturer specific attributes from NodOn in Window Covering Cluster

sjorge commented 2 weeks ago

Those custom attribute should probably wait until after https://github.com/Koenkk/zigbee-herdsman/pull/1019 so we don't have to move them again later.

Nerivec commented 2 weeks ago

Is this an officially attributed (by CSA) manufacturer code? If not, it should be at the bottom, with CUSTOM_ prefix to follow existing pattern.

Koenkk commented 1 week ago

Custom clusters can now be defined in zigbee-herdsman-converters, example: https://github.com/Koenkk/zigbee-herdsman-converters/commit/99613a7a522f916cc3a0bfc2b52ac26363c07b3a , please make a PR for that instead.