mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
[deconz] properly initialize colorMode (#9583)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
parent
ee72664d47
commit
b6fbcfa523
@ -116,6 +116,9 @@ public class LightThingHandler extends DeconzBaseThingHandler {
|
||||
needsPropertyUpdate = true;
|
||||
}
|
||||
}
|
||||
ThingConfig thingConfig = getConfigAs(ThingConfig.class);
|
||||
colorMode = thingConfig.colormode;
|
||||
|
||||
super.initialize();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user