Fixed topic name in BenQ template
This commit is contained in:
parent
7fc8cda783
commit
7f35855148
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const char* password = "";
|
||||||
const char* mqtt_server = "broker.mqtt-dashboard.com";
|
const char* mqtt_server = "broker.mqtt-dashboard.com";
|
||||||
|
|
||||||
// Device identification
|
// Device identification
|
||||||
const char* mqtt_device_name = "esp8266benq"
|
const char* mqtt_device = "esp8266benq"
|
||||||
|
|
||||||
// MQTT topics
|
// MQTT topics
|
||||||
const char* mqtt_topic_power = "benq/power";
|
const char* mqtt_topic_power = "benq/power";
|
||||||
|
|
Loading…
Reference in a new issue