mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-26 20:56:36 +00:00
Clear unused string var
This commit is contained in:
parent
ddda3c78b3
commit
8052c8c6e2
@ -127,7 +127,6 @@ String mqttGroupCommandTopic; // MQTT topic for incoming
|
|||||||
String mqttStatusTopic; // MQTT topic for publishing device connectivity state
|
String mqttStatusTopic; // MQTT topic for publishing device connectivity state
|
||||||
String mqttSensorTopic; // MQTT topic for publishing device information in JSON format
|
String mqttSensorTopic; // MQTT topic for publishing device information in JSON format
|
||||||
String mqttLightCommandTopic; // MQTT topic for incoming panel backlight on/off commands
|
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 mqttLightStateTopic; // MQTT topic for outgoing panel backlight on/off state
|
||||||
String mqttLightBrightCommandTopic; // MQTT topic for incoming panel backlight dimmer commands
|
String mqttLightBrightCommandTopic; // MQTT topic for incoming panel backlight dimmer commands
|
||||||
String mqttLightBrightStateTopic; // MQTT topic for outgoing panel backlight dimmer state
|
String mqttLightBrightStateTopic; // MQTT topic for outgoing panel backlight dimmer state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user