Skip to content

Commit

Permalink
[deconz] properly initialize colorMode (#9583)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
  • Loading branch information
J-N-K authored Dec 31, 2020
1 parent ee72664 commit b6fbcfa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ public void initialize() {
needsPropertyUpdate = true;
}
}
ThingConfig thingConfig = getConfigAs(ThingConfig.class);
colorMode = thingConfig.colormode;

super.initialize();
}

Expand Down

0 comments on commit b6fbcfa

Please sign in to comment.