feat: Adds styleguide, working on result view container.
This commit is contained in:
@@ -40,3 +40,32 @@ public enum MoldRisk {
|
||||
case severe
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
import Dependencies
|
||||
|
||||
public extension MoldRisk.Response {
|
||||
static var mock: Self {
|
||||
return .init(
|
||||
psychrometricProperties: .init(
|
||||
absoluteHumidity: .zero,
|
||||
atmosphericPressure: .zero,
|
||||
degreeOfSaturation: .zero,
|
||||
density: .zero, dewPoint: 59.4,
|
||||
dryBulb: 75,
|
||||
enthalpy: .zero,
|
||||
grainsOfMoisture: .zero,
|
||||
humidityRatio: .zero,
|
||||
relativeHumidity: 50%,
|
||||
specificVolume: .zero,
|
||||
vaporPressure: .zero,
|
||||
wetBulb: .zero,
|
||||
units: .imperial
|
||||
),
|
||||
riskLevel: .low,
|
||||
recommendations: []
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user