Clean up hue remote debug output
This commit is contained in:
parent
2332e76764
commit
6296f4f839
@ -1109,7 +1109,6 @@ void DevicePluginPhilipsHue::processSensorsRefreshResponse(Device *device, const
|
|||||||
QVariantMap sensorMap = sensorsMap.value(sensorId).toMap();
|
QVariantMap sensorMap = sensorsMap.value(sensorId).toMap();
|
||||||
foreach (HueRemote *remote, m_remotes.keys()) {
|
foreach (HueRemote *remote, m_remotes.keys()) {
|
||||||
if (remote->id() == sensorId.toInt() && remote->bridgeId() == device->id()) {
|
if (remote->id() == sensorId.toInt() && remote->bridgeId() == device->id()) {
|
||||||
qCDebug(dcPhilipsHue) << "update remote" << remote->id() << remote->name();
|
|
||||||
remote->updateStates(sensorMap.value("state").toMap(), sensorMap.value("config").toMap());
|
remote->updateStates(sensorMap.value("state").toMap(), sensorMap.value("config").toMap());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user