various improvements
This commit is contained in:
@ -148,6 +148,7 @@ class HeaterHandler : public ExecutableObjectIF,
|
||||
/** Size of command queue */
|
||||
size_t cmdQueueSize = 20;
|
||||
bool waitForSwitchOff = true;
|
||||
bool busyWithSwitchCommanding = false;
|
||||
|
||||
GpioIF* gpioInterface = nullptr;
|
||||
|
||||
@ -163,6 +164,7 @@ class HeaterHandler : public ExecutableObjectIF,
|
||||
power::Switch_t mainLineSwitch;
|
||||
|
||||
ActionHelper actionHelper;
|
||||
Countdown heaterCmdBusyCd = Countdown(2000);
|
||||
|
||||
StorageManagerIF* ipcStore = nullptr;
|
||||
|
||||
|
Reference in New Issue
Block a user