feat: Adds heat pump heating interpolation.
All checks were successful
CI / Ubuntu (push) Successful in 11m46s
All checks were successful
CI / Ubuntu (push) Successful in 11m46s
This commit is contained in:
@@ -2,7 +2,6 @@ import Models
|
||||
import Validations
|
||||
|
||||
extension HouseLoad: AsyncValidatable {
|
||||
|
||||
public var body: some AsyncValidation<Self> {
|
||||
AsyncValidator.accumulating {
|
||||
AsyncValidator.greaterThan(\.coolingTotal, 0)
|
||||
|
||||
Reference in New Issue
Block a user