Add shutdown interface in fbyv35 platform

Added HardShutdown threshold interface for NIC sensor in
Facebook YosemiteV3.5 platform.

Tested : Tested and verified the D-Bus path and Interface for
NIC sensor.

Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com>
Change-Id: I2f391bd2994c176582258567cde1d5a55f9aefa4
diff --git a/configurations/fbyv35_nic_mellanox.json b/configurations/fbyv35_nic_mellanox.json
index e9f93fd..0e0dd64 100644
--- a/configurations/fbyv35_nic_mellanox.json
+++ b/configurations/fbyv35_nic_mellanox.json
@@ -3,13 +3,22 @@
         {
             "Address": "0x1f",
             "Bus": 8,
-            "Name": "NIC_SENSOR_TEMP",
+            "Name": "NIC_SENSOR_REMOTE_TEMP",
+            "Name1": "NIC_SENSOR_TEMP",
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Index": 2,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 105
+                },
+                {
+                    "Direction": "greater than",
+                    "Index": 2,
+                    "Name": "upper non recoverable",
+                    "Severity": 4,
+                    "Value": 120
                 }
             ],
             "Type": "TMP421"