Update definitions.h
This commit is contained in:
parent
462607f29a
commit
58afbc65e3
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ uint32_t autoParams[][4] = { // color, speed, mode, duration (seconds)
|
|||
String mqtt_ha_rgb_in = mqtt_ha + "rgb/in";
|
||||
String mqtt_ha_rgb_out = mqtt_ha + "rgb/out";
|
||||
String mqtt_ha_speed = mqtt_ha + "speed";
|
||||
bool animation_on = false;
|
||||
|
||||
const char mqtt_clientid[] = "ESP8266Client"; // MQTT ClientID
|
||||
|
||||
|
|
Loading…
Reference in a new issue