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>
  • Loading branch information
jlaur authored and Nemer_Daud committed Jan 28, 2022
1 parent 8080bb0 commit a5b2aa0
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 a5b2aa0

Please sign in to comment.