@jstark/tplink-smarthome-api
    Preparing search index...

    Type Alias HasErrCode

    type HasErrCode = {
        err_code: number;
        err_msg?: string;
    }
    Index
    err_code: number
    err_msg?: string