fixed copy and paste typo
parent
8c06d6cbb3
commit
54458ae277
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue