Skip to content

Commit

Permalink
added set cooling aggressiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzucchi committed Aug 29, 2024
1 parent d269d19 commit 0bfc14e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions networks/primary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,19 @@
{
"name": "LV_COOLING_AGGRESSIVENESS",
"topic": "HYDRA",
"priority": 3,
"interval": 1000,
"sending": [
"LV"
],
"receiving": [],
"contents": {
"status": "CoolingAggressiveness"
}
},
{
"name": "LV_SET_COOLING_AGGRESSIVENESS",
"topic": "HYDRA",
"priority": 2,
"sending": [
"STEERING_WHEEL"
Expand Down

0 comments on commit 0bfc14e

Please sign in to comment.