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: Andras Uhrin <andras.uhrin@gmail.com>
  • Loading branch information
jlaur authored and andrasU committed Nov 12, 2022
1 parent 2158ae0 commit 119d855
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 119d855

Please sign in to comment.