lbl-srg / ctrl-flow-dev

ctrl-flow development
Other
0 stars 0 forks source link

Include redeclare modifier types in template.json #253

Closed darenkeck-dev closed 1 month ago

darenkeck-dev commented 1 year ago

Replaceable parameters can have downstream types associated in two ways:

Currently the parser only finds replaceable types using the 'choices' annotation. We must also find and include types that are specified in redeclare modifiers.

This issue is the reason parameters from Buildings.Templates.ZoneEquipment.Components.Controls.Interfaces.G36VAVBox (like have_winSen) are currently not found.

AntoineGautier commented 1 month ago

Closed as addressed by https://github.com/lbl-srg/ctrl-flow-dev/pull/254