Add emergency power off alert state sensor defs

Add PDR definitions for new state sensors for power off alerts due to
high ambient temperatures.  These sensors have entity ID 5, external
environment, and use the 'health state' state set 1

The hard shutdown alert uses value 9, upper fatal, and the soft
shutdown alert uses value 7, upper critical.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I8c3a99b622baa6398fc9f9c6fbd3100137e75e77
diff --git a/configurations/pdr/4.json b/configurations/pdr/4.json
index 98f4620..7483dca 100644
--- a/configurations/pdr/4.json
+++ b/configurations/pdr/4.json
@@ -20,6 +20,44 @@
                 "property_values" : [false, true]
              }
         }]
+    },
+    {
+        "type" : 5,
+        "instance" : 0,
+        "container" : 0,
+        "sensors" : [{
+            "set" : {
+                "id" : 1,
+                "size" : 2,
+                "states" : [1,9]
+            },
+            "dbus" : {
+                "path": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
+                "interface": "xyz.openbmc_project.Sensor.Threshold.HardShutdown",
+                "property_name": "HardShutdownAlarmHigh",
+                "property_type": "bool",
+                "property_values" : [false, true]
+             }
+        }]
+    },
+    {
+        "type" : 5,
+        "instance" : 0,
+        "container" : 0,
+        "sensors" : [{
+            "set" : {
+                "id" : 1,
+                "size" : 1,
+                "states" : [1,7]
+            },
+            "dbus" : {
+                "path": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
+                "interface": "xyz.openbmc_project.Sensor.Threshold.SoftShutdown",
+                "property_name": "SoftShutdownAlarmHigh",
+                "property_type": "bool",
+                "property_values" : [false, true]
+             }
+        }]
     }]
   }]
 }