diff --git a/code/espurna/domoticz.ino b/code/espurna/domoticz.ino index 4bd39496..546a1b13 100644 --- a/code/espurna/domoticz.ino +++ b/code/espurna/domoticz.ino @@ -78,7 +78,7 @@ void _domoticzMqtt(unsigned int type, const char * topic, const char * payload) unsigned int cmode = root["Color"]["m"]; unsigned int cval; - if (cmode == 3 || cmode == 4) { // ColorModeRGB or ColorModeCustom - see + if (cmode == 3 || cmode == 4) { // ColorModeRGB or ColorModeCustom - see domoticz ColorSwitch.h // RED cval = root["Color"]["r"];