Browse Source

defines new MQTT_TOPIC for color_rgb, color_hsv, anim_mode, anim_speed

fastled
soif 7 years ago
parent
commit
d62d62548c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      code/espurna/config/general.h

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

@ -434,6 +434,10 @@ PROGMEM const char* const custom_reset_string[] = {
// Light module
#define MQTT_TOPIC_CHANNEL "channel"
#define MQTT_TOPIC_COLOR "color"
#define MQTT_TOPIC_COLOR_RGB "color_rgb"
#define MQTT_TOPIC_COLOR_HSV "color_hsv"
#define MQTT_TOPIC_ANIM_MODE "anim_mode"
#define MQTT_TOPIC_ANIM_SPEED "anim_speed"
#define MQTT_TOPIC_BRIGHTNESS "brightness"
#define MQTT_TOPIC_MIRED "mired"
#define MQTT_TOPIC_KELVIN "kelvin"


Loading…
Cancel
Save