two modes if no humidity sensor available
This commit is contained in:
@@ -9,10 +9,13 @@
|
||||
|
||||
class Heating {
|
||||
public:
|
||||
void init(Temperature* tempsensor);
|
||||
void init(Temperature* tempsensor, unsigned mode);
|
||||
|
||||
enum MODES {TIME, HUMIDITY};
|
||||
private:
|
||||
Ticker mHeizungTicker;
|
||||
Ticker mLuefterTicker;
|
||||
Ticker mTurnOffTicker;
|
||||
|
||||
bool mFanWaiting;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user