node-red-contrib-device-stats
Version:
Node-RED nodes for Device Statistics
19 lines (18 loc) • 374 B
JSON
{
"device-stats" : {
"label" : {
"category" : "DeviceStats",
"mem" : "Memory Stats",
"nw" : "Network Tx/Rx Stats",
"load" : "Load Averages",
"hostname" : "Hostname",
"useString": "Use string payload"
},
"status" : {
"heartbeat" : "dup"
},
"errors" : {
"unknown" : "Unknown Error (__error__)"
}
}
}