node-switchbot
    Preparing search index...

    Interface RemoteStatus

    Remote specific types

    interface RemoteStatus {
        battery?: number;
        connectionType: ConnectionType;
        deviceId: string;
        updatedAt?: Date;
        version?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    battery?: number

    Battery level (0-100)

    connectionType: ConnectionType

    Connection type used to retrieve status

    deviceId: string

    Device ID

    updatedAt?: Date

    Last updated timestamp

    version?: string

    Firmware version