Adding Pascal unit to constants (#2914)

This commit is contained in:
jddonovan 2021-12-14 20:39:50 +02:00 committed by GitHub
parent 45e346cf1b
commit a7b05db2a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -832,6 +832,7 @@ UNIT_MINUTE = "min"
UNIT_OHM = "Ω"
UNIT_PARTS_PER_BILLION = "ppb"
UNIT_PARTS_PER_MILLION = "ppm"
UNIT_PASCAL = "Pa"
UNIT_PERCENT = "%"
UNIT_PULSES = "pulses"
UNIT_PULSES_PER_MINUTE = "pulses/min"