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.
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 theCommandsLookup
entirely.Should be merged together with https://github.com/Koenkk/zigbee-herdsman-converters/pull/7634 since some commands didn't follow the naming convention.