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

    Synchronizer for AutomationStore reactive operations Handles all reactive logic for automation operations, keeping AutomationStore as a pure data store

    This class follows the Mediator pattern - it coordinates between entities and stores without coupling them directly. This maintains SRP (Single Responsibility Principle).

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Detach an automation entity from the synchronizer Removes reactive listeners and cleans up

      Parameters

      • id: string

        The identifier of the automation to detach

      Returns void