Represents the information about a node.

interface ESPRMNodeInfoInterface {
    firmwareVersion: string;
    model: string;
    name: string;
    type: string;
}

Implemented by

Properties

firmwareVersion: string
model: string
name: string
type: string