ESPHome  2024.4.1
Public Member Functions | Protected Attributes
esphome::custom::CustomCoverConstructor Class Reference

#include <custom_cover.h>

Public Member Functions

 CustomCoverConstructor (const std::function< std::vector< cover::Cover *>()> &init)
 
cover::Coverget_cover (int i)
 

Protected Attributes

std::vector< cover::Cover * > covers_
 

Detailed Description

Definition at line 10 of file custom_cover.h.

Constructor & Destructor Documentation

◆ CustomCoverConstructor()

esphome::custom::CustomCoverConstructor::CustomCoverConstructor ( const std::function< std::vector< cover::Cover *>()> &  init)
inline

Definition at line 12 of file custom_cover.h.

Member Function Documentation

◆ get_cover()

cover::Cover* esphome::custom::CustomCoverConstructor::get_cover ( int  i)
inline

Definition at line 14 of file custom_cover.h.

Field Documentation

◆ covers_

std::vector<cover::Cover *> esphome::custom::CustomCoverConstructor::covers_
protected

Definition at line 17 of file custom_cover.h.


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