Skip to content

Commit

Permalink
Document purpose of createDeprecatedSceneChannels.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur committed Dec 5, 2021
1 parent a777f02 commit aaf4a18
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@ private Channel createSceneChannel(Scene scene) {
return channel;
}

/**
* Create backwards compatible scene channels if any items configured before release 3.2
* are still linked. Users should have a reasonable amount of time to migrate to the new
* scene channels that are connected to a channel group.
*/
private void createDeprecatedSceneChannels(List<Scene> scenes) {
if (deprecatedChannelsCreated) {
// Only do this once.
Expand Down

0 comments on commit aaf4a18

Please sign in to comment.