feat: Completes hvac-system-performance views and api call.
This commit is contained in:
@@ -130,6 +130,7 @@ private extension MoldRisk.RiskLevel {
|
||||
|
||||
}
|
||||
|
||||
// TODO: Remove and use PsychrometricPropertiesView as the base.
|
||||
struct PsychrometricPropertiesGrid: HTML {
|
||||
let properties: PsychrometricProperties
|
||||
|
||||
@@ -170,5 +171,4 @@ struct PsychrometricPropertiesGrid: HTML {
|
||||
let property = properties[keyPath: keyPath]
|
||||
return displayProperty(label, property.rawValue, property.units.rawValue)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user