feat: Cleaning up shared models.
This commit is contained in:
@@ -151,11 +151,11 @@ extension Flagged.CheckHandler {
|
||||
}
|
||||
|
||||
public static func airflow(
|
||||
tons: CoolingCapacity,
|
||||
tons: EquipmentMetadata.CoolingCapacity,
|
||||
ratings: RatedAirflowPerTon = .init(),
|
||||
goodMessage: Flagged.GoodMessageHandler? = nil
|
||||
) -> Self {
|
||||
.rated(RatedAirflowLimits(tons: tons, using: ratings), goodMessage: goodMessage)
|
||||
.rated(RatedAirflowLimits(tons: tons, airflowPerTon: ratings), goodMessage: goodMessage)
|
||||
}
|
||||
|
||||
public static func percent(
|
||||
|
||||
Reference in New Issue
Block a user