Skip to content

Commit

Permalink
fix(honeybee-schema): bump to v1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Apr 10, 2020
1 parent 8202ab8 commit 13841d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@

honeybee-schema==1.21.3
honeybee-schema==1.21.5
pydantic==1.4
20 changes: 10 additions & 10 deletions samples/model_complete_simple.json
Expand Up @@ -12,32 +12,32 @@
"type": "ConstructionSetAbridged",
"identifier": "Default Generic Construction Set",
"wall_set": {
"type": "WallSetAbridged",
"type": "WallConstructionSetAbridged",
"exterior_construction": "Generic Exterior Wall",
"interior_construction": "Generic Interior Wall",
"ground_construction": "Generic Underground Wall"
},
"floor_set": {
"type": "FloorSetAbridged",
"type": "FloorConstructionSetAbridged",
"exterior_construction": "Generic Exposed Floor",
"interior_construction": "Generic Interior Floor",
"ground_construction": "Generic Ground Slab"
},
"roof_ceiling_set": {
"type": "RoofCeilingSetAbridged",
"type": "RoofCeilingConstructionSetAbridged",
"exterior_construction": "Generic Roof",
"interior_construction": "Generic Interior Ceiling",
"ground_construction": "Generic Underground Roof"
},
"aperture_set": {
"type": "ApertureSetAbridged",
"type": "ApertureConstructionSetAbridged",
"window_construction": "Generic Double Pane",
"interior_construction": "Generic Single Pane",
"skylight_construction": "Generic Double Pane",
"operable_construction": "Generic Double Pane"
},
"door_set": {
"type": "DoorSetAbridged",
"type": "DoorConstructionSetAbridged",
"exterior_construction": "Generic Exterior Door",
"interior_construction": "Generic Interior Door",
"exterior_glass_construction": "Generic Double Pane",
Expand All @@ -51,32 +51,32 @@
"type": "ConstructionSetAbridged",
"identifier": "Attic Construction Set",
"wall_set": {
"type": "WallSetAbridged",
"type": "WallConstructionSetAbridged",
"exterior_construction": null,
"interior_construction": null,
"ground_construction": null
},
"floor_set": {
"type": "FloorSetAbridged",
"type": "FloorConstructionSetAbridged",
"exterior_construction": null,
"interior_construction": "Attic Floor Construction",
"ground_construction": null
},
"roof_ceiling_set": {
"type": "RoofCeilingSetAbridged",
"type": "RoofCeilingConstructionSetAbridged",
"exterior_construction": "Attic Roof Construction",
"interior_construction": null,
"ground_construction": null
},
"aperture_set": {
"type": "ApertureSetAbridged",
"type": "ApertureConstructionSetAbridged",
"window_construction": null,
"interior_construction": null,
"skylight_construction": null,
"operable_construction": null
},
"door_set": {
"type": "DoorSetAbridged",
"type": "DoorConstructionSetAbridged",
"exterior_construction": null,
"interior_construction": null,
"exterior_glass_construction": null,
Expand Down

0 comments on commit 13841d4

Please sign in to comment.