Represents one node-group entry in a 207 command-response reply.

interface ESPCmdRespSendAPIResponseEntry {
    nodeIds: string[];
    response: ESPCmdRespSendAPINodeResponse;
}

Properties

Properties

nodeIds: string[]