From 5a7502eab726c40b006e01d4f9482dde765a3076 Mon Sep 17 00:00:00 2001 From: raomin <4460208+raomin@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:45:40 +0100 Subject: [PATCH] added missing PIN_THERM_ACTIVE_STATE --- src/setup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/setup.h b/src/setup.h index 01a7b9c6..9272fb66 100644 --- a/src/setup.h +++ b/src/setup.h @@ -29,6 +29,7 @@ #endif #define PIN_THERM 0// Pin connected to the thermostat relay (normally open) +#define PIN_THERM_ACTIVE_STATE HIGH// State to trigger the thermostat relay //Smart grid control - Optional: //Uncomment and set to enable SG mqtt functions