Browse Source

added missing comment

refactor-terminal
sq5gvm 5 years ago
parent
commit
24d15aa31a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/domoticz.ino

+ 1
- 1
code/espurna/domoticz.ino View File

@ -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"];


Loading…
Cancel
Save