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

    Interface ESPCDFAutomationAction

    Reusable action item: target node/device and param value. Extensible: add new fields here and they apply to create, update, and interface.

    interface ESPCDFAutomationAction {
        deviceName: string;
        nodeId: string;
        param: string;
        value: any;
    }
    Index

    Properties

    deviceName: string
    nodeId: string
    param: string
    value: any