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

@@ -2,6 +2,10 @@ import Foundation
public enum DehumidifierSize {
public static let description = """
Calculate dehumidifier size based on latent load and performance data.
"""
/// Represents the request for determining dehumidifier size based on
/// latent load and indoor conditions.
public struct Request: Codable, Equatable, Sendable {