Skip to content

Commit

Permalink
Power Message (#193)
Browse files Browse the repository at this point in the history
* Fuel-cell message

* power message

* Power device only
  • Loading branch information
dewagter authored Sep 24, 2024
1 parent c96e875 commit b48202f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,13 @@
<field name="val2" type="uint16"/>
</message>

<!-- 19 is free-->
<message name="POWER_DEVICE" id="19">
<field name="node_id" type="uint8"/>
<field name="circuit" type="uint8"/>
<field name="current" type="float"/>
<field name="voltage" type="float"/>
</message>


<message name="CAM" id="20">
<field name="pan" type="int16" unit="deg"/>
Expand Down

0 comments on commit b48202f

Please sign in to comment.