Skip to content

Commit 8cffd7f

Browse files
committed
fix(ThermalZone): hide name input
1 parent 07880f6 commit 8cffd7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Ironbug.HVAC/LoopObjs/IB_ThermalZone.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,10 @@ public sealed class IB_ThermalZone_FieldSet
303303

304304
private IB_ThermalZone_FieldSet() {}
305305

306-
public IB_Field Name { get; }
307-
= new IB_BasicField("Name", "Name")
308-
{
309-
DetailedDescription = "A unique identifying name for each coil."
310-
};
306+
// need to disable the Name for thermal zone
307+
308+
public IB_TopField Name { get; }
309+
= new IB_TopField("Name", "Name");
311310

312311

313312
public IB_Field Multiplier { get; }

0 commit comments

Comments
 (0)