Max Prokhorov 4 years ago
committed by GitHub
parent
commit
8d009a66f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      code/espurna/config/general.h

+ 8
- 0
code/espurna/config/general.h View File

@ -1100,9 +1100,17 @@
#define DOMOTICZ_SUPPORT MQTT_SUPPORT // Build with domoticz (if MQTT) support (1.72Kb)
#endif
#ifndef DOMOTICZ_ENABLED
#define DOMOTICZ_ENABLED 0 // Disable domoticz by default
#endif
#ifndef DOMOTICZ_IN_TOPIC
#define DOMOTICZ_IN_TOPIC "domoticz/in" // Default subscription topic
#endif
#ifndef DOMOTICZ_OUT_TOPIC
#define DOMOTICZ_OUT_TOPIC "domoticz/out" // Default publication topic
#endif
// -----------------------------------------------------------------------------
// HOME ASSISTANT


Loading…
Cancel
Save