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

    Interface ESPAutomationAction

    Interface representing an automation action

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

    Properties

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