configurations: Fix bug in ASPOWER PSU sensor thresholds

Currently in the ASPOWER PSU json configuration files some of the
threshold values are incorrectly placed to wrong severity levels.
Fix json files to correct the issue.

Change-Id: Ifa6e8bd0bd1492fa7ef1c5cf767bfe4bf038ba05
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/configurations/aspower_u1a-d10550_psu.json b/configurations/aspower_u1a-d10550_psu.json
index 423373d..e414ef9 100644
--- a/configurations/aspower_u1a-d10550_psu.json
+++ b/configurations/aspower_u1a-d10550_psu.json
@@ -127,14 +127,14 @@
                         "Label": "temp1",
                         "Name": "upper critical",
                         "Severity": 1,
-                        "Value": 50
+                        "Value": 55
                     },
                     {
                         "Direction": "greater than",
                         "Label": "temp1",
                         "Name": "upper non critical",
                         "Severity": 0,
-                        "Value": 55
+                        "Value": 50
                     }
                 ],
                 "Type": "pmbus"
diff --git a/configurations/aspower_u1a-d10800_psu.json b/configurations/aspower_u1a-d10800_psu.json
index 2146dea..960c0b1 100644
--- a/configurations/aspower_u1a-d10800_psu.json
+++ b/configurations/aspower_u1a-d10800_psu.json
@@ -99,14 +99,14 @@
                         "Label": "pin",
                         "Name": "upper critical",
                         "Severity": 1,
-                        "Value": 780
+                        "Value": 850
                     },
                     {
                         "Direction": "greater than",
                         "Label": "pin",
                         "Name": "upper non critical",
                         "Severity": 0,
-                        "Value": 850
+                        "Value": 780
                     },
                     {
                         "Direction": "greater than",
@@ -127,14 +127,14 @@
                         "Label": "temp1",
                         "Name": "upper critical",
                         "Severity": 1,
-                        "Value": 75
+                        "Value": 80
                     },
                     {
                         "Direction": "greater than",
                         "Label": "temp1",
                         "Name": "upper non critical",
                         "Severity": 0,
-                        "Value": 80
+                        "Value": 75
                     }
                 ],
                 "Type": "pmbus"