added pump specific power level (requires controller that supports this or dc motor)

This commit is contained in:
Your Name
2021-10-26 21:50:55 +02:00
parent dba39869d1
commit 2c8645121e
5 changed files with 19 additions and 6 deletions
+1
View File
@@ -28,6 +28,7 @@ typedef struct PlantSettings_t
HomieSetting<bool> *pPumpOnlyWhenLowLight;
HomieSetting<long> *pPumpCooldownInMinutes;
HomieSetting<long> *pPumpDuration;
HomieSetting<long> *pPumpPowerLevel;
} PlantSettings_t;
#endif