switched to mqtt, added class valve

This commit is contained in:
2023-04-13 18:09:26 +02:00
parent 0f7feae8a8
commit 08f14424af
8 changed files with 205 additions and 108 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Pump {
void clearError();
uint16_t getPressure();
uint16_t getRunningTime();
uint32_t getRunningTime();
uint16_t getFlow();
State getState() { return this->state; }