thermal_zones to thermal_zones_from_internal_zones

This commit is contained in:
Pilar Monsalvete 2023-08-08 16:03:43 -04:00
parent 242b59bfff
commit 62f0b0bda0

View File

@ -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]