[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;
|
needsPropertyUpdate = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ThingConfig thingConfig = getConfigAs(ThingConfig.class);
|
||||||
|
colorMode = thingConfig.colormode;
|
||||||
|
|
||||||
super.initialize();
|
super.initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue