zigbee-herdsman
    Preparing search index...
    Index

    Constructors

    Accessors

    Methods

    Constructors

    • Parameters

      • ieeeAddr: string
      • endpoint: Endpoint
      • image: OtaImage
      • onProgress: (progress: number, remaining: number) => void
      • dataSettings: OtaDataSettings
      • waitForOtaCommand: <Co extends string>(
            endpointId: number,
            commandId: number,
            defaultRspCommandId: number | undefined,
            timeout: number,
        ) => {
            cancel: () => void;
            promise: Promise<
                TZclFrame<"genOta", Co>
                | TFoundationZclFrame<"defaultRsp">,
            >;
        }

      Returns OtaSession

    Accessors

    Methods