0.8.910006-zero

This commit is contained in:
Patrick Amrhein 2024-03-08 22:16:17 +01:00
parent 77e5555e7a
commit cf52731802
4 changed files with 207 additions and 148 deletions

View file

@ -126,7 +126,7 @@ void app::setup() {
#if defined(PLUGIN_ZEROEXPORT)
// TODO: aufräumen
// if (mConfig->plugin.zeroExport.enabled) {
mZeroExport.setup(&mConfig->plugin.zeroExport, &mSys, mConfig, &mApi);
mZeroExport.setup(&mConfig->plugin.zeroExport, &mSys, mConfig, &mApi, &mMqtt);
// }
#endif
// Plugin ZeroExport - Ende