nymea / nymea-zigbee

Zigbee library and tools for the nymea IoT stack.
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Align command signal names in clusters #81

Closed mzanetti closed 1 year ago

mzanetti commented 1 year ago

Originally the intention was to add the commandReceived() signal to the ColorControl cluster but noticing differences in various clusters wrt commandSent() and commandReceived() namings of those signals.

Decided to commandReceived() as it feels more natural to use and also the Zigbee cluster spec uses that wording.