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

This commit is contained in:
shbatm 2023-04-05 12:50:06 -05:00 committed by GitHub
parent 5c2af99520
commit 04cfd7b41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,8 +335,8 @@ UOM_FRIENDLY_NAME = {
"18": UnitOfLength.FEET, "18": UnitOfLength.FEET,
"19": UnitOfTime.HOURS, "19": UnitOfTime.HOURS,
"20": UnitOfTime.HOURS, "20": UnitOfTime.HOURS,
"21": "%AH", "21": PERCENTAGE,
"22": "%RH", "22": PERCENTAGE,
"23": UnitOfPressure.INHG, "23": UnitOfPressure.INHG,
"24": UnitOfVolumetricFlux.INCHES_PER_HOUR, "24": UnitOfVolumetricFlux.INCHES_PER_HOUR,
UOM_INDEX: UOM_INDEX, # Index type. Use "node.formatted" for value UOM_INDEX: UOM_INDEX, # Index type. Use "node.formatted" for value