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

    Interface ESPCDFParamOperation

    Base operation for param entities (device param and service param). Both support setValue; extend in deviceParam/serviceParam for specific operation types.

    interface ESPCDFParamOperation {
        setValue(value: any): Promise<any>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods