From 1a9cbd34dbc1d5abce0cef112cde464d6b32ff63 Mon Sep 17 00:00:00 2001 From: reaw55 <58457329+reaw55@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:15:06 +0700 Subject: [PATCH] change ACs limit to sync --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b148f2e..c77fa63 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,8 +22,8 @@ const uint8_t light_array[4][2] = { AirConditioner ac = { - .max_temperature = 32, - .min_temperature = 16, + .max_temperature = 30, + .min_temperature = 18, .modes = 4, .mode_names = mode_names_daikin, .fan_speeds = 4,