thermal_zones to thermal_zones_from_internal_zones
This commit is contained in:
parent
242b59bfff
commit
62f0b0bda0
|
@ -87,7 +87,7 @@ class Building:
|
||||||
return self._volume
|
return self._volume
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def thermal_zones(self) -> [ThermalZone]:
|
def thermal_zones_from_internal_zones(self) -> [ThermalZone]:
|
||||||
"""
|
"""
|
||||||
Get building thermal zones
|
Get building thermal zones
|
||||||
:return: [ThermalZone]
|
:return: [ThermalZone]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user