Raw node-group entry in a 207 command-response reply (snake_case).

interface ESPCmdRespSendAPIResponseEntryRaw {
    node_ids: string[];
    response: ESPCmdRespSendAPINodeResponseRaw;
}

Properties

Properties

node_ids: string[]