@homebridge/hap-nodejs
    Preparing search index...

    Interface AdaptiveLightingTransitionPoint

    interface AdaptiveLightingTransitionPoint {
        lowerBound: AdaptiveLightingTransitionCurveEntry;
        lowerBoundTimeOffset: number;
        transitionOffset: number;
        upperBound: AdaptiveLightingTransitionCurveEntry;
    }
    Index

    Properties

    lowerBoundTimeOffset: number

    This is the time offset from the transition start to the lowerBound.

    transitionOffset: number