node-switchbot
    Preparing search index...

    Interface MeterStatus

    Meter (Temperature/Humidity) specific types

    interface MeterStatus {
        battery?: number;
        connectionType: ConnectionType;
        deviceId: string;
        humidity: number;
        temperature: number;
        temperatureScale?: "c" | "f";
        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
    temperature: number
    temperatureScale?: "c" | "f"
    updatedAt?: Date

    Last updated timestamp

    version?: string

    Firmware version