node-switchbot
    Preparing search index...

    Interface BlindTiltStatus

    Blind Tilt specific types

    interface BlindTiltStatus {
        battery?: number;
        calibrated?: boolean;
        connectionType: ConnectionType;
        deviceId: string;
        direction?: "opening" | "closing";
        moving?: boolean;
        position: number;
        updatedAt?: Date;
        version?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    battery?: number

    Battery level (0-100)

    calibrated?: boolean
    connectionType: ConnectionType

    Connection type used to retrieve status

    deviceId: string

    Device ID

    direction?: "opening" | "closing"
    moving?: boolean
    position: number
    updatedAt?: Date

    Last updated timestamp

    version?: string

    Firmware version