node-switchbot
    Preparing search index...

    Interface LeakStatus

    Leak Detector specific types

    interface LeakStatus {
        battery?: number;
        connectionType: ConnectionType;
        deviceId: string;
        updatedAt?: Date;
        version?: string;
        waterLeakDetected: boolean;
    }

    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

    waterLeakDetected: boolean