configurations: add Broadcom NIC temperature lower critical threshold

Add Broadcom NIC temperature lower critical threshold to configurations.

Change-Id: I537bd571700a7fdaa9b63a4951b24c1f1301c47b
Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
diff --git a/configurations/brcm_100g_1p_ocp_mezz.json b/configurations/brcm_100g_1p_ocp_mezz.json
index 52a695a..090bdd2 100644
--- a/configurations/brcm_100g_1p_ocp_mezz.json
+++ b/configurations/brcm_100g_1p_ocp_mezz.json
@@ -16,6 +16,13 @@
             "Name1": "NIC Temp $bus",
             "Thresholds": [
                 {
+                    "Direction": "less than",
+                    "Index": 2,
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 5
+                },
+                {
                     "Direction": "greater than",
                     "Index": 2,
                     "Name": "upper critical",
diff --git a/configurations/brcm_200g_1p_ocp_mezz.json b/configurations/brcm_200g_1p_ocp_mezz.json
index cd69ea7..3f028b7 100644
--- a/configurations/brcm_200g_1p_ocp_mezz.json
+++ b/configurations/brcm_200g_1p_ocp_mezz.json
@@ -16,6 +16,13 @@
             "Name1": "NIC Temp $bus",
             "Thresholds": [
                 {
+                    "Direction": "less than",
+                    "Index": 2,
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 5
+                },
+                {
                     "Direction": "greater than",
                     "Index": 2,
                     "Name": "upper critical",