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

    Class ESPRMNodeConfig

    Represents the configuration for a node, including its attributes, devices, and services. Implements the ESPRMNodeConfigInterface.

    Implements

    Index

    Constructors

    Properties

    attributes?: ESPRMAttribute[]

    Optional attributes associated with the node configuration.

    configVersion: string

    The version of the configuration.

    devices: ESPRMDevice[]

    The devices associated with the node.

    Information related to the node.

    nodeRef: WeakRef<ESPRMNode>

    Referance to ESPRMNode.

    services?: ESPRMService[]

    Optional services associated with the node.