Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
483 stars 300 forks source link

Expose all commands #1088

Closed Koenkk closed 5 months ago

Koenkk commented 5 months ago

This PR makes zigbee-herdsman expose all commands. Currently it is filtered through CommandsLookup which became messy already. With the introduction of custom clusters this filtering has become a problem, since custom commands never emit events. This PR removes the CommandsLookup entirely.

Should be merged together with https://github.com/Koenkk/zigbee-herdsman-converters/pull/7634 since some commands didn't follow the naming convention.