Skip to content

Commit

Permalink
Update units.yaml (#640)
Browse files Browse the repository at this point in the history
* Update units.yaml

Adding the units for
1) Electric resistance - Need for traction battery signal extensions
2) Energy consumption per distance - Needed for EV energy consumption signals.
3) Pressure in  pounds per square inch.
Signed-off-by: Venkatesh Raikar <[email protected]>

* Renaming unit for pressure from libs/inch^2 to psi

Renaming unit for pressure from libs/inch^2 to psi

Signed-off-by: Venkatesh Raikar <[email protected]>

---------

Signed-off-by: Venkatesh Raikar <[email protected]>
  • Loading branch information
vrraikar authored Sep 13, 2023
1 parent 3d47838 commit 7d8848f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,15 @@ units:
label: beats per minute
description: Number of human heart beats per minute
domain: frequency
Ohm:
label: resistance
description: Electrical resistance measured in ohms
domain: electric resistance
Wh/km:
description: Energy consumption per distance measured in watt hours per kilometer
label: watt hour per km
domain: energy consumption per distance
psi:
description: Pressure measured in pounds per square inch
label: pounds per square inch
domain: pressure

0 comments on commit 7d8848f

Please sign in to comment.