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

    Interface ESPAutomationEvent

    Interface representing an automation event

    interface ESPAutomationEvent {
        check: ESPAutomationConditionOperator;
        deviceName: string;
        param: string;
        value: any;
    }
    Index

    Properties

    deviceName: string
    param: string
    value: any