feat: Starts manual-d client and adds friction rate calculation and tests.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct Room: Codable, Equatable {
|
||||
public struct Room: Codable, Equatable, Sendable {
|
||||
public let name: String
|
||||
public let heatingLoad: Double
|
||||
public let coolingLoad: CoolingLoad
|
||||
|
||||
Reference in New Issue
Block a user