Browse Source

Disable domoticz by default

fastled
Xose Pérez 7 years ago
parent
commit
e1de3327a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/general.h

+ 1
- 1
code/espurna/config/general.h View File

@ -437,7 +437,7 @@ PROGMEM const char* const custom_reset_string[] = {
#define DOMOTICZ_SUPPORT 1 // Build with domoticz support #define DOMOTICZ_SUPPORT 1 // Build with domoticz support
#endif #endif
#define DOMOTICZ_ENABLED 1 // Enable domoticz by default
#define DOMOTICZ_ENABLED 0 // Disable domoticz by default
#define DOMOTICZ_IN_TOPIC "domoticz/in" // Default subscription topic #define DOMOTICZ_IN_TOPIC "domoticz/in" // Default subscription topic
#define DOMOTICZ_OUT_TOPIC "domoticz/out" // Default publication topic #define DOMOTICZ_OUT_TOPIC "domoticz/out" // Default publication topic


Loading…
Cancel
Save