mabuseif commited on
Commit
4d8b855
·
verified ·
1 Parent(s): 1d6a796

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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": []