From 311e8527e1ef044050dade8b46aebdacfeb71e14 Mon Sep 17 00:00:00 2001 From: "Evgeny Alekseev (IBS Group)" Date: Fri, 3 Jun 2022 11:13:15 +0300 Subject: [Fix]SILA-Baseboard.json Vltg ScaleFactors accdrng 2 scheme Fix following voltage sensor scale factors: * Baseboard 12Volt * P1V8_PCH * P3V3 * PVCCIN_CPU1 * PVCCIN_CPU2 --- .../configuration/entity-manager/SILA-Baseboard.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json index ea9664de74..abc7310ef7 100644 --- a/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json +++ b/meta-ibs/meta-ast2500/recipes-phosphor/configuration/entity-manager/SILA-Baseboard.json @@ -4,7 +4,7 @@ "Index": 0, "Name": "Baseboard 12Volt", "PowerState": "On", - "ScaleFactor": 0.1124, + "ScaleFactor": 0.118, "Thresholds": [ { "Direction": "greater than", @@ -18,7 +18,7 @@ "Severity": 0, "Value": 13.101 }, - { + { "Direction": "less than", "Name": "lower non critical", "Severity": 0, @@ -99,7 +99,7 @@ { "Index": 6, "Name": "P1V8_PCH", - "ScaleFactor": 0.7505, + "ScaleFactor": 0.767, "Thresholds": [ { "Direction": "greater than", @@ -132,7 +132,7 @@ "Index": 1, "Name": "P3V3", "PowerState": "On", - "ScaleFactor": 0.4107, + "ScaleFactor": 0.429, "Thresholds": [ { "Direction": "greater than", @@ -166,7 +166,7 @@ "Index": 8, "Name": "PVCCIN_CPU1", "PowerState": "On", - "ScaleFactor": 0.7505, + "ScaleFactor": 0.767, "Thresholds": [ { "Direction": "greater than", @@ -200,7 +200,7 @@ "Index": 9, "Name": "PVCCIN_CPU2", "PowerState": "On", - "ScaleFactor": 0.7505, + "ScaleFactor": 0.767, "Thresholds": [ { "Direction": "greater than", -- cgit v1.2.3