config/storm_king: Add Ambient Virtual Temp Sensor

Signed-off-by: Rashmica Gupta <rashmica@linux.ibm.com>
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Change-Id: Id33105d9dc76b9dc913d6ee43ba0019a1ac610dc
diff --git a/configurations/storm_king.json b/configurations/storm_king.json
index 4631dde..db35849 100644
--- a/configurations/storm_king.json
+++ b/configurations/storm_king.json
@@ -8,6 +8,40 @@
             "Type": "DPS310"
         },
         {
+            "MaxValidInput": 100,
+            "MaxValue": 128,
+            "MinValidInput": 0,
+            "MinValue": -127,
+            "Name": "Ambient Virtual Temp",
+            "Sensors": [
+                "Ambient 0 Temp",
+                "Ambient 1 Temp",
+                "Ambient 2 Temp"
+            ],
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "HardShutdown",
+                    "Severity": 4,
+                    "Value": 53
+                },
+                {
+                    "Direction": "greater than",
+                    "Name": "SoftShutdown",
+                    "Severity": 3,
+                    "Value": 48
+                },
+                {
+                    "Direction": "greater than",
+                    "Name": "Warning",
+                    "Severity": 0,
+                    "Value": 45
+                }
+            ],
+            "Type": "ModifiedMedian",
+            "Units": "DegreesC"
+        },
+        {
             "Address": "0x40",
             "Bus": 29,
             "Name": "Ambient 2 Temp",