feat: Adds grid / nav links to home page.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user