etm-powersync-plugins/systemmonitor/devicepluginsystemmonitor.json
Michael Zanetti fff482f1d5 add unit
2019-09-13 14:16:48 +02:00

33 lines
1.1 KiB
JSON

{
"name": "systemMonitor",
"displayName": "System Monitor",
"id": "908b4f18-dc0c-4940-a6f7-c0c01a2861b8",
"vendors": [
{
"displayName": "guh GmbH",
"name": "guh",
"id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6",
"deviceClasses": [
{
"id": "a3a15700-c251-4803-a608-0f3ddfcbd7a8",
"name": "systemMonitor",
"displayName": "System monitor",
"createMethods": [ "manual" ],
"paramTypes": [ ],
"stateTypes": [
{
"id": "d9671ee3-51be-4cf8-8601-125c0684aec9",
"name": "rssMemory",
"displayName": "RSS memory usage",
"displayNameEvent": "RSS memory usage changed",
"type": "double",
"unit": "KiloByte",
"defaultValue": 0
}
]
}
]
}
]
}