fixed copy and paste typo
This commit is contained in:
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)
|
void IntegrationPluginDenon::discoverThings(ThingDiscoveryInfo *info)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user