forked from s_ranjbar/city_retrofit
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
146a02fa58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user