Added ota hostname
This commit is contained in:
parent
b32b5dbdee
commit
001219c80e
11 changed files with 329 additions and 16 deletions
|
@ -2,12 +2,17 @@
|
|||
const char* ssid = "http://kiel.freifunk.net/";
|
||||
const char* password = "";
|
||||
|
||||
// OTA Hostname
|
||||
const char* ota_hostname = "TeufelDS5";
|
||||
|
||||
// MQTT Broker
|
||||
const char* mqtt_server = "broker.mqtt-dashboard.com";
|
||||
|
||||
// Device identification
|
||||
const char* mqtt_device = "esp8266benq"
|
||||
const char* mqtt_device = "esp8266TeufelDS5"
|
||||
|
||||
// MQTT topics
|
||||
const char* mqtt_topic_power = "benq/power";
|
||||
const char* mqtt_topic_lamptime = "benq/lamptime";
|
||||
const char* mqtt_topic_command = "teufelds5/command";
|
||||
const char* mqtt_topic_volume = "teufelds5/volume";
|
||||
const char* mqtt_topic_powerState = "teufelds5/powerState";
|
||||
const char* mqtt_topic_volumeState = "teufelds5/volumeState";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue