@espressif/rainmaker-base-cdf
    Preparing search index...
    Index

    Constructors

    Accessors

    ESPCDFAutomationsByIDMap: ESPCDFAutomationsByIDMap
    sdkAdaptorAutomationsPaginationMap: ESPSDKAdaptorAutomationsPaginationMap

    Methods

    • Clears all automations from the store and removes all callbacks This should be called on logout to clean up state

      Returns void

    • Deletes an automation from both the backend (via SDK) and the local store

      Parameters

      • id: string

        The ID of the automation to delete

      Returns Promise<void>

      Result of the operation

    • Checks if there are more automations to fetch for a specific SDK

      Parameters

      • sdkIdentifier: string

        The SDK identifier

      Returns boolean

      True if there are more automations to fetch