From 13841d4e08256d270e2b88124fb1c296cb3302a7 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 10 Apr 2020 16:49:54 -0400 Subject: [PATCH] fix(honeybee-schema): bump to v1.21.5 --- requirements.txt | 2 +- samples/model_complete_simple.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 859ce6d..1377038 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -honeybee-schema==1.21.3 +honeybee-schema==1.21.5 pydantic==1.4 diff --git a/samples/model_complete_simple.json b/samples/model_complete_simple.json index 5c589ef..7848a37 100644 --- a/samples/model_complete_simple.json +++ b/samples/model_complete_simple.json @@ -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", @@ -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,