Arduino/ESP8266-MQTT-Teufel-Subwoofer/ESP8266-MQTT-Teufel-Subwoofer.h.template

14 lines
397 B
Text
Raw Normal View History

2017-03-30 17:54:01 +02:00
// 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_name = "livingroom/teufelSub";
2017-03-30 17:54:01 +02:00
// MQTT topics
const char* mqtt_topic_power = "livingroom/teufelSub/power";
const char* mqtt_topic_powerState = "livingroom/teufelSub/powerState";