PID alarm redisign & airset termostat cmd compat

This commit is contained in:
2022-01-27 02:37:00 +03:00
parent b7c6eaaff1
commit c7d1bc65c0
2 changed files with 9 additions and 0 deletions

View File

@@ -41,5 +41,6 @@ public:
protected:
pidPersistent * store;
bool getConfig();
int getAlarmVal();
};
#endif