Removed deprecated projects, Added DS5 control
This commit is contained in:
parent
e239197a91
commit
145984c2f8
15 changed files with 368 additions and 567 deletions
13
ESP8266-MQTT-Teufel-DS5/ESP8266-MQTT-Teufel-DS5..h.template
Normal file
13
ESP8266-MQTT-Teufel-DS5/ESP8266-MQTT-Teufel-DS5..h.template
Normal file
|
@ -0,0 +1,13 @@
|
|||
// 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";
|
Loading…
Add table
Add a link
Reference in a new issue