# Matter Lights - "during xx sec" missing

**URL:** https://community.homey.app/t/matter-lights-during-xx-sec-missing/119090
**Category:** Questions & Help
**Tags:** matter, lights
**Created:** [October 27, 2024, 11:52am UTC](https://community.homey.app/t/matter-lights-during-xx-sec-missing/119090 "2024-10-27T11:52:16Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [October 13, 2025, 4:51am UTC](https://community.homey.app/t/matter-lights-during-xx-sec-missing/119090/10 "2025-10-13T04:51:56Z")

</div>

Yes, still there (at least in 12.7.0):

```auto
export const LevelControlClusterMethods = ClusterMethodFactory.begin()
    .withMethod('setLevel', async (ctx, level, transitionTimeMs) => {
    const transitionTime = durationToTransitionTime(transitionTimeMs);
    await ctx.cluster().sendCommand('moveToLevel', {
        level,
        transitionTime: transitionTime,
        optionsMask: {
            executeIfOff: true,
            coupleColorTempToLevel: true,
        },
        optionsOverride: {
            executeIfOff: true,
            coupleColorTempToLevel: true,
        },
    });
})

```

Every description I read for that option explains exactly what you’re describing, no idea why this option is enabled by default.

---

_[View the full topic](https://community.homey.app/t/matter-lights-during-xx-sec-missing/119090)._
