From 63dc6fc83135e6b8cdf6c7b252c3d933461c25d9 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 4 Jan 2021 19:34:24 +0100 Subject: [PATCH] Adjust to new logging and filter options --- systemmonitor/integrationpluginsystemmonitor.json | 12 ++++++++---- tplink/integrationplugintplink.json | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/systemmonitor/integrationpluginsystemmonitor.json b/systemmonitor/integrationpluginsystemmonitor.json index 0c8cc28b..5b799cab 100644 --- a/systemmonitor/integrationpluginsystemmonitor.json +++ b/systemmonitor/integrationpluginsystemmonitor.json @@ -24,7 +24,8 @@ "unit": "Percentage", "defaultValue": 0, "minValue": 0, - "maxValue": 100 + "maxValue": 100, + "logged": true }, { "id": "efe2d520-3b35-4668-b6f5-db3df0c8bf0d", @@ -35,7 +36,8 @@ "unit": "Percentage", "defaultValue": 0, "minValue": 0, - "maxValue": 100 + "maxValue": 100, + "logged": true }, { "id": "d9671ee3-51be-4cf8-8601-125c0684aec9", @@ -44,7 +46,8 @@ "displayNameEvent": "RSS memory usage changed", "type": "int", "unit": "KiloByte", - "defaultValue": 0 + "defaultValue": 0, + "logged": true }, { "id": "6d71b001-c7fe-4f08-941d-47009b710d94", @@ -53,7 +56,8 @@ "displayNameEvent": "virtual memory usage changed", "type": "int", "unit": "KiloByte", - "defaultValue": 0 + "defaultValue": 0, + "logged": true } ] } diff --git a/tplink/integrationplugintplink.json b/tplink/integrationplugintplink.json index 40a756a0..4097c25c 100644 --- a/tplink/integrationplugintplink.json +++ b/tplink/integrationplugintplink.json @@ -120,7 +120,8 @@ "displayNameEvent": "Current power consumption changed", "type": "double", "unit": "Watt", - "defaultValue": 0 + "defaultValue": 0, + "filter": "adaptive" } ] },