preheat_open.zone.VentilationInfo
- class preheat_open.zone.VentilationInfo(has_ventilation_supply=None, has_ventilation_exhaust=None)
Bases:
objectRepresents ventilation information for a zone.
- Variables:
has_ventilation_supply (bool) – Indicates if the zone has ventilation supply.
has_ventilation_exhaust (bool) – Indicates if the zone has ventilation exhaust.
- __init__(has_ventilation_supply=None, has_ventilation_exhaust=None)
Initialize VentilationInfo.
- Parameters:
has_ventilation_supply (bool) – Indicates if the zone has ventilation supply
has_ventilation_exhaust (bool) – Indicates if the zone has ventilation exhaust
Methods
__init__([has_ventilation_supply, ...])Initialize VentilationInfo.