From fe169ac80f660b2f248c29aeb2e587cae804cd48 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 31 Dec 2024 13:06:11 +0100 Subject: [PATCH] formatting --- src/devices/thermostat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/thermostat.h b/src/devices/thermostat.h index a2792fd57..19757d77d 100644 --- a/src/devices/thermostat.h +++ b/src/devices/thermostat.h @@ -278,7 +278,7 @@ class Thermostat : public EMSdevice { uint8_t humidity_; uint8_t battery_; - char vacation[8][22]; // RC30, R3000 only, only one hc + char vacation[8][22]; // RC30, R3000 only, only one hc uint8_t absent_; uint8_t hasSolar_;