fixed copy and paste typo

master
nymea 2019-09-27 21:33:50 +02:00 committed by bernhard.trinnes
parent 8c06d6cbb3
commit 54458ae277
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ IntegrationPluginDenon::IntegrationPluginDenon()
{
}
void IntegrationPluginDenon::init()
{
m_notificationUrl = QUrl(configValue(denonPluginNotificationUrlParamTypeId).toString());
connect(this, &DevicePluginDenon::configValueChanged, this, &DevicePluginDenon::onPluginConfigurationChanged);
}
void IntegrationPluginDenon::discoverThings(ThingDiscoveryInfo *info)
{