feat: Adds thermal balance point, still need to implement economic balance point.
This commit is contained in:
@@ -8,6 +8,7 @@ public enum ClimateZone: String, CaseIterable, Codable, Equatable, Sendable {
|
||||
case four = "CZ4"
|
||||
case five = "CZ5"
|
||||
case six = "CZ6"
|
||||
case seven = "CZ7"
|
||||
|
||||
public var label: String { rawValue }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user