Skip to content
Snippets Groups Projects
Unverified Commit 04cfd7b4 authored by shbatm's avatar shbatm Committed by GitHub
Browse files

Use built-in percentage unit for ISY994 relative humidity (#90863)

parent 5c2af995
No related branches found
No related tags found
No related merge requests found
......@@ -335,8 +335,8 @@ UOM_FRIENDLY_NAME = {
"18": UnitOfLength.FEET,
"19": UnitOfTime.HOURS,
"20": UnitOfTime.HOURS,
"21": "%AH",
"22": "%RH",
"21": PERCENTAGE,
"22": PERCENTAGE,
"23": UnitOfPressure.INHG,
"24": UnitOfVolumetricFlux.INCHES_PER_HOUR,
UOM_INDEX: UOM_INDEX, # Index type. Use "node.formatted" for value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment