Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -177,7 +177,7 @@ class BuildSustain:
|
|
177 |
"base_temp": 18.3
|
178 |
},
|
179 |
"indoor_conditions": { # Added to support hvac_loads.py
|
180 |
-
"type": "Fixed",
|
181 |
"cooling_setpoint": {"temperature": 24.0, "rh": 50.0},
|
182 |
"heating_setpoint": {"temperature": 20.0, "rh": 50.0},
|
183 |
"schedule": []
|
|
|
177 |
"base_temp": 18.3
|
178 |
},
|
179 |
"indoor_conditions": { # Added to support hvac_loads.py
|
180 |
+
"type": "Fixed Setpoints",
|
181 |
"cooling_setpoint": {"temperature": 24.0, "rh": 50.0},
|
182 |
"heating_setpoint": {"temperature": 20.0, "rh": 50.0},
|
183 |
"schedule": []
|