feat: Adds grid / nav links to home page.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
public enum RoomPressure {
|
||||
|
||||
public static let description = """
|
||||
Calculate return grille and duct sizing for room pressure balancing.
|
||||
"""
|
||||
|
||||
public enum Mode: String, CaseIterable, Codable, Equatable, Sendable {
|
||||
case knownAirflow
|
||||
case measuredPressure
|
||||
|
||||
Reference in New Issue
Block a user