Harmonised mqtt_device

This commit is contained in:
Nis Wechselberg 2017-09-17 17:50:44 +02:00
parent 7f35855148
commit 1ab323025f
5 changed files with 5 additions and 5 deletions

View file

@ -1,13 +0,0 @@
// 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 = "esp8266benq"
// MQTT topics
const char* mqtt_topic_power = "benq/power";
const char* mqtt_topic_lamptime = "benq/lamptime";