From 7f358551484541b9ee5d117f58df33e7ed26f00e Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Sun, 17 Sep 2017 17:45:56 +0200 Subject: [PATCH] Fixed topic name in BenQ template --- ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template b/ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template index 41d0062..468a63f 100644 --- a/ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template +++ b/ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template @@ -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";