From ec3b5b08eb6d65d4a3123b416ecb98752b5983d3 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sat, 5 Feb 2022 23:21:31 +0100 Subject: [PATCH] MecMeter: Optimize performance --- .../integrationpluginmecelectronics.json | 34 +++++++++++++------ 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/mecelectronics/integrationpluginmecelectronics.json b/mecelectronics/integrationpluginmecelectronics.json index 965f80d8..d2a97db8 100644 --- a/mecelectronics/integrationpluginmecelectronics.json +++ b/mecelectronics/integrationpluginmecelectronics.json @@ -41,7 +41,8 @@ "displayNameEvent": "Current power consumption changed", "type": "double", "unit": "Watt", - "defaultValue": 0 + "defaultValue": 0, + "cached": false }, { "id": "2c36c0ce-1935-4fc7-84ad-b4e22335d7f7", @@ -68,7 +69,9 @@ "displayNameEvent": "Phase A current changed", "type": "double", "unit": "Ampere", - "defaultValue": 0 + "defaultValue": 0, + "cached": false, + "filter": "adaptive" }, { "id": "0aebf62a-fc9c-4457-8168-6a40c0227337", @@ -77,7 +80,9 @@ "displayNameEvent": "Phase A voltage changed", "type": "double", "unit": "Volt", - "defaultValue": 0 + "defaultValue": 0, + "cached": false, + "filter": "adaptive" }, { "id": "777ca8ed-623f-4aaa-8aaf-a0f3746ffc4d", @@ -86,7 +91,8 @@ "displayNameEvent": "Phase A power changed", "type": "double", "unit": "Watt", - "defaultValue": 0 + "defaultValue": 0, + "cached": false }, { "id": "ae04176e-387e-4876-8e0c-32f8fa224595", @@ -113,7 +119,8 @@ "displayNameEvent": "Phase B current changed", "type": "double", "unit": "Ampere", - "defaultValue": 0 + "defaultValue": 0, + "cached": false }, { "id": "4495030f-23e9-4013-ab00-d95fc8c2eb21", @@ -122,7 +129,9 @@ "displayNameEvent": "Phase B voltage changed", "type": "double", "unit": "Volt", - "defaultValue": 0 + "defaultValue": 0, + "cached": false, + "filter": "adaptive" }, { "id": "632998c0-28c5-4986-acaa-1a40b77efc9d", @@ -131,7 +140,8 @@ "displayNameEvent": "Phase B power changed", "type": "double", "unit": "Watt", - "defaultValue": 0 + "defaultValue": 0, + "cached": false }, { "id": "e20911fb-e0a6-4fe6-a9f7-ecbb1ebb8ee7", @@ -158,7 +168,8 @@ "displayNameEvent": "Phase C current changed", "type": "double", "unit": "Ampere", - "defaultValue": 0 + "defaultValue": 0, + "cached": false }, { "id": "fb8f5094-6d6b-44b7-b244-67614a7a06ff", @@ -167,7 +178,9 @@ "displayNameEvent": "Phase C voltage changed", "type": "double", "unit": "Volt", - "defaultValue": 0 + "defaultValue": 0, + "cached": false, + "filter": "adaptive" }, { "id": "333909a9-f28e-4e8a-a377-ff32fb80ae82", @@ -176,7 +189,8 @@ "displayNameEvent": "Phase C power changed", "type": "double", "unit": "Watt", - "defaultValue": 0 + "defaultValue": 0, + "cached": false }, { "id": "ef43baf0-2f20-44d5-930d-528107c53cac",