diff --git a/lib/HueLight.js b/lib/HueLight.js index 855df26d..98caf334 100644 --- a/lib/HueLight.js +++ b/lib/HueLight.js @@ -1823,7 +1823,9 @@ HueLight.prototype.checkAdaptiveLighting = function () { if (this.al == null || !this.hk.on) { return } - const hkState = this.al.getCt(this.hk.bri * this.bridge.state.bri) + const hkState = this.al.getCt( + this.hk.bri * this.bridge.platform.config.brightnessAdjustment + ) if (hkState == null) { return }