From c8177f5412c4b7c370dd5bf1e3710c79be34d216 Mon Sep 17 00:00:00 2001 From: FerroO2000 <30318301+FerroO2000@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:11:26 +0200 Subject: [PATCH] fix: merge HVCB with POLITO_EXTERNAL --- SC24/HVCB.json | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/SC24/HVCB.json b/SC24/HVCB.json index 8738f5c..e83a086 100644 --- a/SC24/HVCB.json +++ b/SC24/HVCB.json @@ -884,6 +884,30 @@ "offset": -273.15, "min": -40, "max": 105 + }, + "HVB_idxCell_tMax": { + "description": "Thermistor ID reporting the highest cell body temperature.", + "start_bit": 55, + "size": 8, + "endianness": "big", + "unit": "degC", + "receivers": [], + "scale": 1, + "offset": 0, + "min": 0, + "max": 255 + }, + "HVB_idxCell_tMin": { + "description": "Thermistor ID reporting the lowest cell body temperature.", + "start_bit": 63, + "size": 8, + "endianness": "big", + "unit": "degC", + "receivers": [], + "scale": 1, + "offset": 0, + "min": 0, + "max": 255 } } }, @@ -7452,7 +7476,7 @@ ], "scale": 1, "offset": 0, - "min": 4, + "min": 0, "max": 4, "enum": { "Vt_Result_T": 4 @@ -7547,7 +7571,7 @@ ], "scale": 1, "offset": 0, - "min": 1, + "min": 0, "max": 1, "enum": { "Vt_Result_U1": 1 @@ -7642,7 +7666,7 @@ ], "scale": 1, "offset": 0, - "min": 2, + "min": 0, "max": 2, "enum": { "Vt_Result_U2": 2 @@ -7734,7 +7758,7 @@ ], "scale": 1, "offset": 0, - "min": 3, + "min": 0, "max": 3, "enum": { "Vt_Result_U3": 3 @@ -7826,7 +7850,7 @@ ], "scale": 1, "offset": 0, - "min": 5, + "min": 0, "max": 5, "enum": { "Vt_Result_W": 5 @@ -7921,7 +7945,7 @@ ], "scale": 1, "offset": 0, - "min": 7, + "min": 0, "max": 7, "enum": { "Vt_Result_Wh": 7 @@ -7996,4 +8020,4 @@ } } } -} +} \ No newline at end of file