pump refactor round 1

This commit is contained in:
Empire
2021-11-19 18:48:14 +00:00
parent d00517ec1e
commit af618e73f3
4 changed files with 32 additions and 11 deletions
+1
View File
@@ -29,6 +29,7 @@ typedef struct PlantSettings_t
HomieSetting<long> *pPumpCooldownInSeconds;
HomieSetting<long> *pPumpDuration;
HomieSetting<long> *pPumpPowerLevel;
HomieSetting<long> *pPumpMl;
} PlantSettings_t;
#endif