Represents the information about a node.

interface ESPRMNodeInfoInterface {
    firmwareVersion: string;
    model: string;
    name: string;
    readme?: string;
    type: string;
    [key: string]: any;
}

Implemented by

Indexable

  • [key: string]: any

Properties

firmwareVersion: string
model: string
name: string
readme?: string
type: string