converted serial prints into MQTT status log messages

This commit is contained in:
Ollo
2021-07-01 22:06:50 +02:00
parent f1d55ed603
commit 57d18af76d
4 changed files with 45 additions and 38 deletions
+3
View File
@@ -125,6 +125,9 @@ public:
{
return this->mSetting->pPumpOnlyWhenLowLight->get();
}
void publishState(String state);
};
#endif