Type alias Blind

Blind: BaseSystemType & {
    currentState: BlindState | null;
    position: number | null;
    rotationLevel: number | null;
    rotationRange: BlindRotationRange | null;
}

Type declaration

  • currentState: BlindState | null

    The current state

  • position: number | null

    The current position 0-100 as %

  • rotationLevel: number | null

    The current rotation level 0-100 as %

  • rotationRange: BlindRotationRange | null

    The current rotation range

Generated using TypeDoc