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

    Constructors

    Accessors

    _schedulesByID: { [key: string]: ESPCDFSchedule }

    Methods

    • Clears all schedules and resets hooks to default values

      This method removes all schedules from the store and resets the beforeSetScheduleListHook and afterSetScheduleListHook to empty functions.

      Returns void

      scheduleStore.clear();
      
    • Remove a schedule from the store

      Parameters

      • scheduleId: string

        The ID of the schedule to remove

      Returns void