Skip to content

Commit

Permalink
fixed wrong unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jul 3, 2018
1 parent 158d0bb commit c402119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/firmware/rftypes/hb-uni-sen-dist-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<paramset type="MASTER" id="HB-UNI-Sen-DIST-US_master" />
<paramset type="VALUES" id="HB-UNI-Sen-DIST-US_values">
<parameter id="DISTANCE" operations="read,event">
<logical type="integer" min="0" max="1000" unit="m"/>
<logical type="integer" min="0" max="1000" unit="cm"/>
<physical type="integer" interface="command" value_id="DISTANCE" no_init="true">
<event frame="MEASURE_EVENT"/>
</physical>
Expand Down

0 comments on commit c402119

Please sign in to comment.