added callback on connected

This commit is contained in:
CaCO3
2022-10-27 12:18:23 +02:00
parent f4ae688527
commit 7a280bc7c6
4 changed files with 52 additions and 45 deletions

View File

@@ -27,7 +27,6 @@ public:
string GetMQTTMainTopic();
bool ReadParameter(FILE* pfile, string& aktparamgraph);
void publishRuntimeData();
bool doFlow(string time);
string name(){return "ClassFlowMQTT";};
};