Skip to content

Commit

Permalink
feat(mcc): added mcc temperatures message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejoPm03 committed May 1, 2024
1 parent bad20b7 commit 4d16511
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions can_ids_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,20 @@
btype="uint16_t",
units="A/100"
)
topic_aux_measurements.describe_byte(
name="mosfet_temp",
byte=3,
description="MOSFET temperature",
btype="uint8_t",
units="°C"
)
topic_aux_measurements.describe_byte(
name="diode_temp",
byte=4,
description="Diode temperature",
btype="uint8_t",
units="°C"
)

module_mcc23.add_topic(topic_state)
module_mcc23.add_topic(topic_measurements)
Expand Down

0 comments on commit 4d16511

Please sign in to comment.