Added OTA methods, fixed subwwoofer template
This commit is contained in:
parent
145984c2f8
commit
7fc8cda783
3 changed files with 19 additions and 3 deletions
|
@ -6,8 +6,8 @@ const char* password = "";
|
|||
const char* mqtt_server = "broker.mqtt-dashboard.com";
|
||||
|
||||
// Device identification
|
||||
const char* mqtt_device_name = "esp8266benq"
|
||||
const char* mqtt_device_name = "livingroom/teufelSub";
|
||||
|
||||
// MQTT topics
|
||||
const char* mqtt_topic_power = "benq/power";
|
||||
const char* mqtt_topic_lamptime = "benq/lamptime";
|
||||
const char* mqtt_topic_power = "livingroom/teufelSub/power";
|
||||
const char* mqtt_topic_powerState = "livingroom/teufelSub/powerState";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue