ESPHome
2024.10.2
|
#include <select_traits.h>
Public Member Functions | |
void | set_options (std::vector< std::string > options) |
std::vector< std::string > | get_options () const |
Protected Attributes | |
std::vector< std::string > | options_ |
Definition at line 9 of file select_traits.h.
std::vector< std::string > esphome::select::SelectTraits::get_options | ( | ) | const |
Definition at line 8 of file select_traits.cpp.
void esphome::select::SelectTraits::set_options | ( | std::vector< std::string > | options | ) |
Definition at line 6 of file select_traits.cpp.
|
protected |
Definition at line 15 of file select_traits.h.