Merge remote-tracking branch 'origin/master'

This commit is contained in:
Pilar 2022-04-19 15:50:04 -04:00
commit 146a02fa58

View File

@ -20,7 +20,8 @@ class Window:
Get window id
:return: str
"""
return self._name
return self._id
@property
def name(self):
"""
@ -51,4 +52,4 @@ class Window:
Get thermal opening overall U-value in W/m2K
:return: float
"""
return self._overall_u_value
return self._overall_u_value