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

    Interface ESPCDFSceneInterface

    interface ESPCDFSceneInterface {
        _raw: any;
        actions: ESPCDFSceneAction;
        adaptorIdentifier?: string;
        devicesCount?: number;
        id: string;
        info?: string;
        name: string;
        nodes: string[];
        operations: ESPCDFSceneOperation;
    }

    Implemented by

    Index

    Properties

    _raw: any
    adaptorIdentifier?: string
    devicesCount?: number
    id: string
    info?: string
    name: string
    nodes: string[]