Skip to content

Commit

Permalink
added lv digital feedbacks and charging status
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzucchi committed Apr 17, 2024
1 parent 5122c55 commit c8e82db
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions networks/primary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,19 @@
"sd_ctrl_pin"
]
},
"LvFeedbacks": {
"type": "bitset",
"items": [
"bspd",
"hvd",
"invc_interlock",
"ams",
"sd_end",
"lvms",
"interlock",
"sd_start"
]
},
"EcuControlErrors": {
"type": "bitset",
"items": [
Expand Down Expand Up @@ -1083,6 +1096,19 @@
"status": "LvStatus"
}
},
{
"name": "LV_CHARGING_STATUS",
"topic": "HYDRA",
"priority": 3,
"interval": 200,
"sending": [
"LV"
],
"receiving": [],
"contents": {
"status": "Toggle"
}
},
{
"name": "LV_RADIATOR_SPEED",
"topic": "HYDRA",
Expand Down Expand Up @@ -1190,6 +1216,19 @@
"health_signals": "LvHealthSignals"
}
},
{
"name": "LV_FEEDBACK",
"topic": "HYDRA",
"priority": 1,
"interval": 50,
"sending": [
"LV"
],
"receiving": [],
"contents": {
"feedbacks": "LvFeedbacks"
}
},
{
"name": "LV_FEEDBACK_TS_VOLTAGE",
"topic": "HYDRA",
Expand Down

0 comments on commit c8e82db

Please sign in to comment.