Properly return window id instead window name
This commit is contained in:
Guille Gutierrez 2022-04-19 13:42:53 -04:00
parent 01af205d9d
commit a35fca9876

View File

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