bug fix:
Properly return window id instead window name
This commit is contained in:
parent
01af205d9d
commit
a35fca9876
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user