fixed inverter thing setup

This commit is contained in:
Boernsman 2021-02-24 16:23:17 +01:00 committed by Simon Stürz
parent 4a0541bf18
commit d777f9c7f4

View File

@ -107,6 +107,7 @@ void IntegrationPluginSma::setupThing(ThingSetupInfo *info)
connect(sunnyWebBox, &SunnyWebBox::devicesReceived, this, &IntegrationPluginSma::onDevicesReceived);
connect(sunnyWebBox, &SunnyWebBox::processDataReceived, this, &IntegrationPluginSma::onProcessDataReceived);
connect(sunnyWebBox, &SunnyWebBox::parameterChannelsReceived, this, &IntegrationPluginSma::onParameterChannelsReceived);
connect(sunnyWebBox, &SunnyWebBox::parametersReceived, this, &IntegrationPluginSma::onParametersReceived);
m_sunnyWebBoxes.insert(info->thing(), sunnyWebBox);
});