From 88e0af98dba6e8f9eedc9ed53374c38f3a15c4f6 Mon Sep 17 00:00:00 2001 From: Javier Arigita Date: Thu, 23 Apr 2020 22:47:58 +0200 Subject: [PATCH] Fix merge --- tasmota/xdrv_39_thermostat.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_39_thermostat.ino b/tasmota/xdrv_39_thermostat.ino index d0d95c739..18a178091 100644 --- a/tasmota/xdrv_39_thermostat.ino +++ b/tasmota/xdrv_39_thermostat.ino @@ -706,7 +706,7 @@ void ThermostatWork() } else { Thermostat.status.command_output = IFACE_OFF; - } + } break; } bool output_command;