From 1fb3511ed55a8ac9b1f539c9c5313f1b465852ca Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Wed, 5 Nov 2025 21:11:06 -0500 Subject: [PATCH] Add initial configuration for AC and heater settings in config.json --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..a191cf9 --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "ac_target": 77.0, + "ac_swing": 1.0, + "heater_target": 80.0, + "heater_swing": 2.0 +} \ No newline at end of file