feat: Begins room pressure calculations

This commit is contained in:
2025-02-28 22:45:59 -05:00
parent c1aa2a8ad1
commit af24ef3971
6 changed files with 132 additions and 6 deletions

View File

@@ -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)\"" }
}