feat: Adds grid / nav links to home page.

This commit is contained in:
2025-03-01 23:06:09 -05:00
parent 0ff7d6666c
commit d6d400b6ec
11 changed files with 124 additions and 27 deletions

View File

@@ -3,6 +3,10 @@ import PsychrometricClient
public enum HVACSystemPerformance {
public static let description = """
Analyze HVAC system performance and capacity.
"""
public struct Request: Codable, Equatable, Sendable {
public let altitude: Double?