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