From f2714ea5c0d4255d139b42f2465f70f9f8e23d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 18 May 2022 08:56:09 +0200 Subject: [PATCH] Disable caching for system monitor states --- systemmonitor/integrationpluginsystemmonitor.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/systemmonitor/integrationpluginsystemmonitor.json b/systemmonitor/integrationpluginsystemmonitor.json index e7f4a871..ca574338 100644 --- a/systemmonitor/integrationpluginsystemmonitor.json +++ b/systemmonitor/integrationpluginsystemmonitor.json @@ -25,7 +25,8 @@ "defaultValue": 0, "minValue": 0, "maxValue": 100, - "suggestLogging": true + "suggestLogging": true, + "cached": false }, { "id": "efe2d520-3b35-4668-b6f5-db3df0c8bf0d", @@ -37,7 +38,8 @@ "defaultValue": 0, "minValue": 0, "maxValue": 100, - "suggestLogging": true + "suggestLogging": true, + "cached": false }, { "id": "d9671ee3-51be-4cf8-8601-125c0684aec9", @@ -47,7 +49,8 @@ "type": "int", "unit": "KiloByte", "defaultValue": 0, - "suggestLogging": true + "suggestLogging": true, + "cached": false }, { "id": "6d71b001-c7fe-4f08-941d-47009b710d94", @@ -57,7 +60,8 @@ "type": "int", "unit": "KiloByte", "defaultValue": 0, - "suggestLogging": true + "suggestLogging": true, + "cached": false } ] }