Skip to content

Commit

Permalink
fix(rename): rename "_Adv" components with "+"
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Oct 19, 2022
1 parent 8b12cc8 commit f7c338c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Ironbug_CoilCoolingWater_Adv : Ironbug_DuplicableHVACWithParamCompo
/// Initializes a new instance of the Ironbug_CoilCoolingWater class.

public Ironbug_CoilCoolingWater_Adv()
: base("IB_CoilCoolingWater_Adv", "CoilClnWater_Adv", "Description",
: base("IB_CoilCoolingWater+", "CoilClnWater+", "Description",
"Ironbug", "02:LoopComponents",
typeof(HVAC.IB_CoilCoolingWater_FieldSet))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Ironbug_CoilHeatingWater_Adv : Ironbug_HVACWithParamComponent
{

public Ironbug_CoilHeatingWater_Adv()
: base("IB_CoilHeatingWater_Adv", "CoilHtnWater_Adv",
: base("IB_CoilHeatingWater+", "CoilHtnWater+",
"Description",
"Ironbug", "02:LoopComponents",
typeof(HVAC.IB_CoilHeatingWater_FieldSet))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Ironbug_SetpointManagerScheduledDualSetpoint_Adv : Ironbug_Duplicab
{
//private static HVAC.IB_SetpointManagerScheduledDualSetpoint_Adv_FieldSet _fieldSet = HVAC.IB_SetpointManagerScheduledDualSetpoint_Adv_FieldSet.Value;
public Ironbug_SetpointManagerScheduledDualSetpoint_Adv()
: base("IB_SetpointManagerScheduledDualSetpoint_Adv", "SPM_Dual_Adv",
: base("IB_SetpointManagerScheduledDualSetpoint+", "SPM_Dual+",
"Description",
"Ironbug", "05:SetpointManager",
typeof(HVAC.IB_SetpointManagerScheduledDualSetpoint_FieldSet))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Ironbug_SetpointManagerScheduled_Adv : Ironbug_DuplicableHVACWithPa
//private static HVAC.IB_SetpointManagerScheduled_FieldSet _fieldSet = HVAC.IB_SetpointManagerScheduled_FieldSet.Value;

public Ironbug_SetpointManagerScheduled_Adv()
: base("IB_SetpointManagerScheduled_Adv", "SPM_Scheduled_Adv",
: base("IB_SetpointManagerScheduled+", "SPM_Scheduled+",
"Description",
"Ironbug", "05:SetpointManager",
typeof(HVAC.IB_SetpointManagerScheduled_FieldSet))
Expand Down

0 comments on commit f7c338c

Please sign in to comment.