@homebridge-plugins/homebridge-smarthq
    Preparing search index...

    Interface SmartHqERDResponse

    interface SmartHqERDResponse {
        applianceId: string;
        erd: string;
        kind: string;
        time: string;
        userId: string;
        value: string;
    }
    Index

    Properties

    applianceId: string
    erd: string
    kind: string
    time: string
    userId: string
    value: string