Represents information about a node, including its name, type, model, and firmware version. Implements the ESPRMNodeInfoInterface.

Implements

Indexable

  • [key: string]: any

    Allow additional fields that might be added in future API responses

Constructors

Properties

firmwareVersion: string

The firmware version of the node.

model: string

The model of the node.

name: string

The name of the node.

readme?: string

The readme of the node.

type: string

The type of the node.