Make it build with api changes
This commit is contained in:
parent
be230d9a3b
commit
56c173cb63
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: options
|
||||
Maintainer: Michael Zanetti <michael.zanetti@guh.io>
|
||||
Build-depends: libboblight-dev,
|
||||
debhelper (>= 0.0.0),
|
||||
libnymea1-dev,
|
||||
libnymea1-dev (>= 0.17),
|
||||
libnymea-mqtt-dev,
|
||||
libqt5serialport5-dev,
|
||||
libqt5websockets5-dev,
|
||||
|
||||
@ -146,7 +146,7 @@ void DevicePluginNetworkDetector::deviceAddressChanged(const QString &address)
|
||||
Device *device = m_monitors.value(monitor);
|
||||
if (device->paramValue(networkDeviceDeviceAddressParamTypeId).toString() != address) {
|
||||
qCDebug(dcNetworkDetector()) << "Device" << device->name() << device->paramValue(networkDeviceDeviceMacAddressParamTypeId).toString() << "changed IP address to" << address;
|
||||
device->setParamValue(networkDeviceDeviceAddressParamTypeId.toString(), address);
|
||||
device->setParamValue(networkDeviceDeviceAddressParamTypeId, address);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user