MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Type Alias SyncCallback

    SyncCallback: (
        params?: { ids?: (number | string)[]; type?: DeviceType },
    ) => Promise<void>

    Callback invoked after sync operations, with optional device IDs and type filter.

    Type Declaration

      • (params?: { ids?: (number | string)[]; type?: DeviceType }): Promise<void>
      • Parameters

        • Optionalparams: { ids?: (number | string)[]; type?: DeviceType }

        Returns Promise<void>