meta-quanta: gbs: update the default threshold for NVMe

update the UCT and UNCT to 72 degree as default

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: I1baad8f3b621c7a704d5e4872d634653ea75c197
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
index 306e74e..4c1e3d8 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
@@ -163,12 +163,12 @@
     ],
     "threshold": [
         {
-            "criticalHigh": 77,
+            "criticalHigh": 72,
             "criticalLow": 0,
-            "warningHigh": 77,
+            "warningHigh": 72,
             "warningLow": 0,
             "maxValue": 127,
             "minValue": -128
         }
     ]
-}
\ No newline at end of file
+}