Always iterate all devices when we get at controller message. Even if it matches it can match more then one device.
This commit is contained in:
parent
be46145b16
commit
1646ebd71b
1 changed files with 0 additions and 1 deletions
|
@ -666,7 +666,6 @@ void DeviceManager::handleControllerMessage(const ControllerEventData &eventData
|
|||
d->set.setDeviceState(it->first, msg.method(), L"");
|
||||
it->second->setLastSentCommand(msg.method(), L"");
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue