meta: ventura: update Reservior Pump Unit config

Update the status bit name to reflect the sensor name for sensor failure
status.

Change-Id: Ia355b3509f82526e50d6cd07fe523614876c5dc8
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/configurations/meta/ventura/delta_reservoir_pump_unit.json b/configurations/meta/ventura/delta_reservoir_pump_unit.json
index dd2592e..fdeb613 100644
--- a/configurations/meta/ventura/delta_reservoir_pump_unit.json
+++ b/configurations/meta/ventura/delta_reservoir_pump_unit.json
@@ -56,14 +56,14 @@
                 {
                     "Address": 37376,
                     "BitPosition": 0,
-                    "Name": "RPU_Coolant_Inlet_Thermometer_Status",
+                    "Name": "RPU_Coolant_Inlet_Temp_C",
                     "StatusType": "SensorFailure",
                     "Value": true
                 },
                 {
                     "Address": 37376,
                     "BitPosition": 1,
-                    "Name": "RPU_Coolant_Outlet_Thermometer_Status",
+                    "Name": "RPU_Coolant_Outlet_Temp_C",
                     "StatusType": "SensorFailure",
                     "Value": true
                 }