Skip to content

Commit

Permalink
Merge pull request #4925 from mdahlhausen/fix/issue4924
Browse files Browse the repository at this point in the history
update allowed limits radiant changeover
  • Loading branch information
jmarrec authored Aug 25, 2023
2 parents 3a24207 + 0282c1f commit 2e7a2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/ScheduleTypeRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,9 @@ namespace model {
OptionalDouble()},
{"ZoneHVACLowTempRadiantConstFlow", "Availability", "availabilitySchedule", false, "Availability", 0.0, 1.0},
{"ZoneHVACLowTempRadiantConstFlow", "Pump Flow Rate", "pumpFlowRateSchedule", false, "Availability", 0.0, 1.0},
{"ZoneHVACLowTempRadiantConstFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "Availability", 0.0, 1.0},
{"ZoneHVACLowTempRadiantConstFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "", 0.0, OptionalDouble()},
{"ZoneHVACLowTempRadiantVarFlow", "Availability", "availabilitySchedule", false, "Availability", 0.0, 1.0},
{"ZoneHVACLowTempRadiantVarFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "Availability", 0.0, 1.0},
{"ZoneHVACLowTempRadiantVarFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "", 0.0, OptionalDouble()},
{"ZoneHVACPackagedTerminalAirConditioner", "Availability", "availabilitySchedule", false, "Availability", 0.0, 1.0},
{"ZoneHVACPackagedTerminalAirConditioner", "Supply Air Fan Operating Mode", "supplyAirFanOperatingModeSchedule", false, "ControlMode", 0.0,
1.0},
Expand Down

0 comments on commit 2e7a2d8

Please sign in to comment.