Arduino/ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template
2017-09-26 00:11:17 +02:00

16 lines
398 B
Text

// WiFi configuration
const char* ssid = "http://kiel.freifunk.net/";
const char* password = "";
// OTA Hostname
const char* ota_hostname = "BenQ";
// MQTT Broker
const char* mqtt_server = "broker.mqtt-dashboard.com";
// Device identification
const char* mqtt_device = "esp8266benq"
// MQTT topics
const char* mqtt_topic_power = "benq/power";
const char* mqtt_topic_lamptime = "benq/lamptime";