Skip to content

Commit 2e7a2d8

Browse files
authored
Merge pull request #4925 from mdahlhausen/fix/issue4924
update allowed limits radiant changeover
2 parents 3a24207 + 0282c1f commit 2e7a2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/ScheduleTypeRegistry.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,9 @@ namespace model {
491491
OptionalDouble()},
492492
{"ZoneHVACLowTempRadiantConstFlow", "Availability", "availabilitySchedule", false, "Availability", 0.0, 1.0},
493493
{"ZoneHVACLowTempRadiantConstFlow", "Pump Flow Rate", "pumpFlowRateSchedule", false, "Availability", 0.0, 1.0},
494-
{"ZoneHVACLowTempRadiantConstFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "Availability", 0.0, 1.0},
494+
{"ZoneHVACLowTempRadiantConstFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "", 0.0, OptionalDouble()},
495495
{"ZoneHVACLowTempRadiantVarFlow", "Availability", "availabilitySchedule", false, "Availability", 0.0, 1.0},
496-
{"ZoneHVACLowTempRadiantVarFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "Availability", 0.0, 1.0},
496+
{"ZoneHVACLowTempRadiantVarFlow", "Changeover Delay Time Period", "changeoverDelayTimePeriodSchedule", false, "", 0.0, OptionalDouble()},
497497
{"ZoneHVACPackagedTerminalAirConditioner", "Availability", "availabilitySchedule", false, "Availability", 0.0, 1.0},
498498
{"ZoneHVACPackagedTerminalAirConditioner", "Supply Air Fan Operating Mode", "supplyAirFanOperatingModeSchedule", false, "ControlMode", 0.0,
499499
1.0},

0 commit comments

Comments
 (0)