Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow assignments of ThermalZone to Plenums #388

Open
macumber opened this issue May 29, 2021 · 1 comment
Open

Allow assignments of ThermalZone to Plenums #388

macumber opened this issue May 29, 2021 · 1 comment

Comments

@macumber
Copy link
Contributor

macumber commented May 29, 2021

Should give above and below space plenums a handle or id to a zone so they can reference a zone. Also give plenums a handle or id to a space.

@macumber
Copy link
Contributor Author

Possibly just new keys:

"spaces": [{
    "above_ceiling_plenum_height": null,
    "above_ceiling_plenum_space_handle": null,
    "above_ceiling_plenum_zone_id": null,
    "above_ceiling_plenum_zone_handle": null,
    "below_floor_plenum_height": null,
    "below_floor_plenum_space_handle": null,
    "below_floor_plenum_zone_id": null,
    "below_floor_plenum_zone_handle": null,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant