Skip to content

Commit

Permalink
Fix deprecated channels on reinitialization. (openhab#11779)
Browse files Browse the repository at this point in the history
Fixes openhab#11778

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Michael Schmidt <mi.schmidt.83@gmail.com>
  • Loading branch information
jlaur authored and mischmidt83 committed Jan 9, 2022
1 parent 0ca49af commit 3b7bb25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ private void initializeChannels() {
sceneCache.clear();
sceneCollectionCache.clear();
scheduledEventCache.clear();
deprecatedChannelsCreated = false;
}

public @Nullable HDPowerViewWebTargets getWebTargets() {
Expand Down

0 comments on commit 3b7bb25

Please sign in to comment.