ESPHome
2025.5.0
Loading...
Searching...
No Matches
esphome
components
select
select_traits.cpp
Go to the documentation of this file.
1
#include "
select_traits.h
"
2
3
namespace
esphome
{
4
namespace
select {
5
6
void
SelectTraits::set_options
(std::vector<std::string>
options
) { this->
options_
= std::move(
options
); }
7
8
std::vector<std::string>
SelectTraits::get_options
()
const
{
return
this->
options_
; }
9
10
}
// namespace select
11
}
// namespace esphome
esphome::select::SelectTraits::set_options
void set_options(std::vector< std::string > options)
Definition
select_traits.cpp:6
esphome::select::SelectTraits::get_options
std::vector< std::string > get_options() const
Definition
select_traits.cpp:8
esphome::select::SelectTraits::options_
std::vector< std::string > options_
Definition
select_traits.h:15
options
uint8_t options
Definition
e131_packet.cpp:15
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
select_traits.h
Generated by
1.12.0