rework circulation pump

This commit is contained in:
2025-04-25 21:45:59 +02:00
parent da7a1be183
commit dcace073d9
2 changed files with 56 additions and 46 deletions

View File

@ -14,6 +14,13 @@ typedef enum _ControlState
CONTROL_FAULT_SNTP,
} eControlState;
typedef enum _BurnerState
{
BURNER_UNKNOWN, // Burner is disabled or state after enabling is still unkown
BURNER_FIRED, // Burner fired successfully
BURNER_FAULT // Burner was unable to fire successfully
} eBurnerState;
typedef enum _ControlWeekday
{
MONDAY,