feat: Begins room pressure calculations
This commit is contained in:
@@ -119,7 +119,7 @@ public enum RoomPressure {
|
||||
case ten = 10
|
||||
case twelve = 12
|
||||
case fourteen = 14
|
||||
case twenty = 20
|
||||
// case twenty = 20
|
||||
|
||||
public var label: String { "\(rawValue)\"" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user