Skip to content

Commit

Permalink
fix(CoilWaterHeatingAirToWaterHeatPump): fix field set
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Oct 19, 2023
1 parent bf463c8 commit f037b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public Ironbug_CoilWaterHeatingAirToWaterHeatPump()
: base("IB_CoilWaterHeatingAirToWaterHeatPump", "CoilWHHP",
"Description",
"Ironbug", "04:ZoneEquipments",
typeof(HVAC.IB_CoilWaterHeatingAirToWaterHeatPump))
typeof(HVAC.IB_CoilWaterHeatingAirToWaterHeatPump_FieldSet))
{
}
public override GH_Exposure Exposure => GH_Exposure.quinary;
Expand Down

0 comments on commit f037b95

Please sign in to comment.