Provides cloud-based transport mechanisms for setting and retrieving node parameters.

Implements

Constructors

Methods

Constructors

Methods

  • Retrieves parameters from the node by requesting data from the cloud service.

    Parameters

    • payload: Record<string, any>

      A record containing necessary data (e.g., nodeId) to retrieve the node parameters.

    Returns Promise<Record<string, any>>

    A promise that resolves to a record of the node parameters.