Arduino/ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template

14 lines
346 B
Text
Raw Normal View History

// WiFi configuration
const char* ssid = "http://kiel.freifunk.net/";
const char* password = "";
// MQTT Broker
const char* mqtt_server = "broker.mqtt-dashboard.com";
// Device identification
2017-09-17 17:45:56 +02:00
const char* mqtt_device = "esp8266benq"
// MQTT topics
const char* mqtt_topic_power = "benq/power";
const char* mqtt_topic_lamptime = "benq/lamptime";