use only seconds for time units, improve self test debug

This commit is contained in:
Your Name
2021-10-27 01:42:01 +02:00
parent e70e467e9b
commit 7d80d444cf
5 changed files with 44 additions and 27 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ public:
void init(void);
long getCooldownInSeconds() {
return this->mSetting->pPumpCooldownInMinutes->get()*60;
return this->mSetting->pPumpCooldownInSeconds->get();
}
/**