ESPHome 2025.12.0-dev
Loading...
Searching...
No Matches
select_traits.h
Go to the documentation of this file.
1#pragma once
2
4#include <initializer_list>
5
6namespace esphome {
7namespace select {
8
10 public:
11 void set_options(const std::initializer_list<const char *> &options);
14
15 protected:
17};
18
19} // namespace select
20} // namespace esphome
Fixed-capacity vector - allocates once at runtime, never reallocates This avoids std::vector template...
Definition helpers.h:184
const FixedVector< const char * > & get_options() const
FixedVector< const char * > options_
void set_options(const std::initializer_list< const char * > &options)
uint8_t options
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7