Fixed topic name in BenQ template

This commit is contained in:
Nis Wechselberg 2017-09-17 17:45:56 +02:00
parent 7fc8cda783
commit 7f35855148

View file

@ -6,7 +6,7 @@ const char* password = "";
const char* mqtt_server = "broker.mqtt-dashboard.com";
// Device identification
const char* mqtt_device_name = "esp8266benq"
const char* mqtt_device = "esp8266benq"
// MQTT topics
const char* mqtt_topic_power = "benq/power";