node-switchbot
    Preparing search index...

    Interface VacuumStatus

    Vacuum specific types

    interface VacuumStatus {
        battery?: number;
        connectionType: ConnectionType;
        deviceId: string;
        dustbinBound?: boolean;
        dustbinConnected?: boolean;
        networkConnected?: boolean;
        updatedAt?: Date;
        version?: string;
        workStatus?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    battery?: number

    Battery level (0-100)

    connectionType: ConnectionType

    Connection type used to retrieve status

    deviceId: string

    Device ID

    dustbinBound?: boolean
    dustbinConnected?: boolean
    networkConnected?: boolean
    updatedAt?: Date

    Last updated timestamp

    version?: string

    Firmware version

    workStatus?: number