We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121d082 commit 4b1ac24Copy full SHA for 4b1ac24
1 file changed
src/main.cpp
@@ -315,11 +315,6 @@ void applySettings() {
315
316
settings.deletedGroupIdAliases.clear();
317
}
318
-
319
- // make sure state is up to date
320
- //for (auto itr = settings.groupIdAliases.begin(); itr != settings.groupIdAliases.end(); ++itr) {
321
- // bulbStateUpdater->enqueueUpdate(itr->second);
322
- //}
323
});
324
325
bulbStateUpdater = new BulbStateUpdater(settings, *mqttClient, *stateStore);
0 commit comments