node-switchbot
    Preparing search index...

    Interface HubStatus

    Hub specific types

    interface HubStatus {
        battery?: number;
        connectionType: ConnectionType;
        deviceId: string;
        humidity?: number;
        lightLevel?: number;
        temperature?: number;
        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

    humidity?: number
    lightLevel?: number
    temperature?: number
    updatedAt?: Date

    Last updated timestamp

    version?: string

    Firmware version