Use built-in percentage unit for ISY994 relative humidity (#90863)
This commit is contained in:
parent
5c2af99520
commit
04cfd7b41d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue