[WFP-Baseboard] Fix incorrect thresholds

Found some incorrect thresholds when adding status
LED support. Fix them.

Tested-by: Status LED no longer changed

Change-Id: I6d8cbbef80537e604945588c09ab1471a5db72c6
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index 17b2dab..024e6fc 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -371,7 +371,7 @@
                     "Direction": "greater than",
                     "Name": "upper non critical",
                     "Severity": 0,
-                    "Value": 3.066
+                    "Value": 3.541
                 },
                 {
                     "Direction": "less than",
@@ -1042,18 +1042,19 @@
             "Address": "0x8",
             "Class": "METemp",
             "Name": "SSB Temp",
+            "PowerState": "BiosPost",
             "Thresholds": [
                 {
                     "Direction": "greater than",
                     "Name": "upper critical",
                     "Severity": 1,
-                    "Value": 85
+                    "Value": 103
                 },
                 {
                     "Direction": "greater than",
                     "Name": "upper non critical",
                     "Severity": 0,
-                    "Value": 80
+                    "Value": 98
                 },
                 {
                     "Direction": "less than",