From 8052c8c6e286e3ad8ac2995b050a09d80708a361 Mon Sep 17 00:00:00 2001 From: aderusha Date: Sun, 27 Jun 2021 09:22:54 -0400 Subject: [PATCH] Clear unused string var --- Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino index c9e3f27..1709025 100644 --- a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino +++ b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino @@ -127,7 +127,6 @@ String mqttGroupCommandTopic; // MQTT topic for incoming String mqttStatusTopic; // MQTT topic for publishing device connectivity state String mqttSensorTopic; // MQTT topic for publishing device information in JSON format String mqttLightCommandTopic; // MQTT topic for incoming panel backlight on/off commands -String mqttBeepCommandTopic; // MQTT topic for error beep String mqttLightStateTopic; // MQTT topic for outgoing panel backlight on/off state String mqttLightBrightCommandTopic; // MQTT topic for incoming panel backlight dimmer commands String mqttLightBrightStateTopic; // MQTT topic for outgoing panel backlight dimmer state