Skip to content

Commit f7dc4a7

Browse files
committed
fix(UnitarySystem): add description to param ControllingZone
1 parent ca60520 commit f7dc4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ironbug.Grasshopper/Component/Ironbug/Ironbug_AirLoopHVACUnitarySystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected override void RegisterInputParams(GH_InputParamManager pManager)
3030
pManager[2].Optional = true;
3131
pManager.AddGenericParameter("SupplementalHeatingCoil", "spCoilH_", "SupplementalHeatingCoil. By default, no supplemental heating coil is included.", GH_ParamAccess.item);
3232
pManager[3].Optional = true;
33-
pManager.AddGenericParameter("ControllingZone", "ctrlZone_", "The controlling zone for thermostat location", GH_ParamAccess.item);
33+
pManager.AddGenericParameter("ControllingZone", "ctrlZone_", "The controlling zone for thermostat location. It is required to set a valid when the unitary system is used within an air loop. When this unitary system is added as a zone equipment, the default zone is used for the controlling zone if it is unset.", GH_ParamAccess.item);
3434
pManager[4].Optional = true;
3535

3636
}

0 commit comments

Comments
 (0)