Browse Source

use spaces instead of tabs

sensors
moi 5 years ago
parent
commit
a7c60f36e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/domoticz.ino

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

@ -70,7 +70,7 @@ void _domoticzMqtt(unsigned int type, const char * topic, const char * payload)
String stype = root["stype"];
if (
(stype.equals("RGB") || stype.equals("RGBW") || stype.equals("RGBWW"))
&& domoticzIdx(0) == idx
&& domoticzIdx(0) == idx
) {
#if LIGHT_PROVIDER != LIGHT_PROVIDER_NONE
if (lightHasColor()) {


Loading…
Cancel
Save