ESPHome  2024.4.0
Public Member Functions | Protected Attributes
esphome::custom::CustomClimateConstructor Class Reference

#include <custom_climate.h>

Public Member Functions

 CustomClimateConstructor (const std::function< std::vector< climate::Climate *>()> &init)
 
climate::Climateget_climate (int i)
 

Protected Attributes

std::vector< climate::Climate * > climates_
 

Detailed Description

Definition at line 11 of file custom_climate.h.

Constructor & Destructor Documentation

◆ CustomClimateConstructor()

esphome::custom::CustomClimateConstructor::CustomClimateConstructor ( const std::function< std::vector< climate::Climate *>()> &  init)
inline

Definition at line 13 of file custom_climate.h.

Member Function Documentation

◆ get_climate()

climate::Climate* esphome::custom::CustomClimateConstructor::get_climate ( int  i)
inline

Definition at line 15 of file custom_climate.h.

Field Documentation

◆ climates_

std::vector<climate::Climate *> esphome::custom::CustomClimateConstructor::climates_
protected

Definition at line 18 of file custom_climate.h.


The documentation for this class was generated from the following file: