Added OTA methods, fixed subwwoofer template

This commit is contained in:
Nis Wechselberg 2017-09-17 17:44:18 +02:00
parent 145984c2f8
commit 7fc8cda783
3 changed files with 19 additions and 3 deletions

View file

@ -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";