Arduino/ESP8266-MQTT-Teufel-Subwoofer/ESP8266-MQTT-Teufel-Subwoofer.h.template
2017-09-17 17:50:44 +02:00

13 lines
392 B
Text

// WiFi configuration
const char* ssid = "http://kiel.freifunk.net/";
const char* password = "";
// MQTT Broker
const char* mqtt_server = "broker.mqtt-dashboard.com";
// Device identification
const char* mqtt_device = "livingroom/teufelSub";
// MQTT topics
const char* mqtt_topic_power = "livingroom/teufelSub/power";
const char* mqtt_topic_powerState = "livingroom/teufelSub/powerState";