Constructors

Properties

currentTransitionData?: {
    changeRate: number;
    options?: TypeFromPartialBitSchema<{
        coupleColorTempToLevel: BitFlag;
        executeIfOff: BitFlag;
    }>;
    targetLevel?: number;
    withOnOff: boolean;
}

Structure to store the data of the current managed transition

transitionIntervalTimer?: Timer

Timer for the managed transition