honeybee-schema 1.58.6__py2.py3-none-any.whl → 1.59.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- honeybee_schema/model.py +9 -0
- {honeybee_schema-1.58.6.dist-info → honeybee_schema-1.59.0.dist-info}/METADATA +1 -1
- {honeybee_schema-1.58.6.dist-info → honeybee_schema-1.59.0.dist-info}/RECORD +7 -7
- {honeybee_schema-1.58.6.dist-info → honeybee_schema-1.59.0.dist-info}/LICENSE +0 -0
- {honeybee_schema-1.58.6.dist-info → honeybee_schema-1.59.0.dist-info}/WHEEL +0 -0
- {honeybee_schema-1.58.6.dist-info → honeybee_schema-1.59.0.dist-info}/entry_points.txt +0 -0
- {honeybee_schema-1.58.6.dist-info → honeybee_schema-1.59.0.dist-info}/top_level.txt +0 -0
honeybee_schema/model.py
CHANGED
@@ -340,6 +340,15 @@ class Room(IDdBaseModel):
|
|
340
340
|
'any calculations when the Room is part of a Model, including EUI calculations.'
|
341
341
|
)
|
342
342
|
|
343
|
+
zone: str = Field(
|
344
|
+
default=None,
|
345
|
+
description='Text string for for the zone identifier to which this Room belongs. '
|
346
|
+
'Rooms sharing the same zone identifier are considered part of the same zone '
|
347
|
+
'in a Model. If the zone identifier has not been specified, it will be '
|
348
|
+
'the same as the Room identifier in the destination engine. Note that this '
|
349
|
+
'property has no character restrictions.'
|
350
|
+
)
|
351
|
+
|
343
352
|
story: str = Field(
|
344
353
|
default=None,
|
345
354
|
description='Text string for the story identifier to which this Room belongs. '
|
@@ -6,7 +6,7 @@ honeybee_schema/boundarycondition.py,sha256=hY6Oem5zNpnr42owbEzy3GIdfqvZJ4nme0qO
|
|
6
6
|
honeybee_schema/cli.py,sha256=QhhgNsgz55FBmJuHrg16nQoEmzD9ZIL6ugD2lofQqMg,4387
|
7
7
|
honeybee_schema/comparison.py,sha256=I2CCDmPLl-awBhGkSVd8b9yZncn8u2wUE-wBePrbB3c,8006
|
8
8
|
honeybee_schema/geometry.py,sha256=7oJQXdYYd3qECmIlKh7-XcwCibs1c2eLAS_SItJ7N10,4203
|
9
|
-
honeybee_schema/model.py,sha256=
|
9
|
+
honeybee_schema/model.py,sha256=5Idl98dPPnXJAPPfMSEfZYjtS1ohKjwChJrpqHndlUk,14643
|
10
10
|
honeybee_schema/projectinfo.py,sha256=Jz9FYNSpWS282o4uNQxcL1Mo2J-fKT0gqBckk5h-Cio,2759
|
11
11
|
honeybee_schema/validation.py,sha256=HvzySHnxLqF4ckC9hSHpVX81-8Lr-LavpsTPzdF5VdE,7065
|
12
12
|
honeybee_schema/doe2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -49,9 +49,9 @@ honeybee_schema/updater/version_1_40_1.py,sha256=Fx70M8H9HZ_apCkdFn6njEd6lG9ZWrl
|
|
49
49
|
honeybee_schema/updater/version_1_43_1.py,sha256=0kZ1z7MzBhToljgOUCGWaTW1mq2F72oS39jn9sEf5mU,932
|
50
50
|
honeybee_schema/updater/version_1_43_2.py,sha256=XnPCdpjVN3hFzZqIIEjX4BYTtCxuIYCuO96n_y64aVw,617
|
51
51
|
honeybee_schema/updater/version_1_43_5.py,sha256=ci790Qh7xtRtgMj_RdldBXCScwiBkvMt2K1Mpe7oWQE,499
|
52
|
-
honeybee_schema-1.
|
53
|
-
honeybee_schema-1.
|
54
|
-
honeybee_schema-1.
|
55
|
-
honeybee_schema-1.
|
56
|
-
honeybee_schema-1.
|
57
|
-
honeybee_schema-1.
|
52
|
+
honeybee_schema-1.59.0.dist-info/LICENSE,sha256=EwA6Jt85TmMNyAsFb5GWv-tZ0vGYo8hZHBMcI391qjw,1709
|
53
|
+
honeybee_schema-1.59.0.dist-info/METADATA,sha256=ox1vHzn_eY_E-zYwDzh8ksTy4prD-l8R9z_gVU95tvo,2546
|
54
|
+
honeybee_schema-1.59.0.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
55
|
+
honeybee_schema-1.59.0.dist-info/entry_points.txt,sha256=suHpy6-iPhAylFCa-KopQHRJIwLhTCIVO2NHMzdEn8M,61
|
56
|
+
honeybee_schema-1.59.0.dist-info/top_level.txt,sha256=rTScYvlcOBkdc0is-F6Q3tRkmy-vf4bMTJGXzsxI2sA,16
|
57
|
+
honeybee_schema-1.59.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|