diff --git a/networks/bms/network.json b/networks/bms/network.json index c2eef8ff..b97034be 100644 --- a/networks/bms/network.json +++ b/networks/bms/network.json @@ -299,7 +299,7 @@ "interval": 1000, "contents": { "cellboard_id": "Cellboard", - "component_build_hash": "uint32", + "component_version": "uint16", "canlib_build_time": "uint32" } } diff --git a/networks/primary/network.json b/networks/primary/network.json index f6e6e5ec..5172f248 100644 --- a/networks/primary/network.json +++ b/networks/primary/network.json @@ -594,7 +594,7 @@ "interval": 1000, "contents": { "cellboard_id": "Cellboard", - "component_build_time": "uint32", + "component_version": "uint16", "canlib_build_time": "uint32" } }, diff --git a/networks/secondary/network.json b/networks/secondary/network.json index b5959e6c..29f75067 100644 --- a/networks/secondary/network.json +++ b/networks/secondary/network.json @@ -874,6 +874,37 @@ "force": "uint16" } } + }, + { + "name": "COOLING TEMP", + "topic": "TELEMETRY", + "priority": 3, + "sending": ["ACQUISINATOR"], + "receiving": ["TLM"], + "description": "Cooling temperature", + "interval": 500, + "contents": { + "top_left": { + "type": "float16", + "range": [-10, 110], + "force": "uint16" + }, + "bottom_left": { + "type": "float16", + "range": [-10, 110], + "force": "uint16" + }, + "top_right": { + "type": "float16", + "range": [-10, 110], + "force": "uint16" + }, + "bottom_right": { + "type": "float16", + "range": [-10, 110], + "force": "uint16" + } + } } ] }