ESPHome
2024.10.2
|
#include <custom_cover.h>
Public Member Functions | |
CustomCoverConstructor (const std::function< std::vector< cover::Cover *>()> &init) | |
cover::Cover * | get_cover (int i) |
Protected Attributes | |
std::vector< cover::Cover * > | covers_ |
Definition at line 10 of file custom_cover.h.
|
inline |
Definition at line 12 of file custom_cover.h.
|
inline |
Definition at line 14 of file custom_cover.h.
|
protected |
Definition at line 17 of file custom_cover.h.