ESPHome  2024.4.1
Public Member Functions | Protected Attributes
esphome::select::SelectTraits Class Reference

#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_
 

Detailed Description

Definition at line 9 of file select_traits.h.

Member Function Documentation

◆ get_options()

std::vector< std::string > esphome::select::SelectTraits::get_options ( ) const

Definition at line 8 of file select_traits.cpp.

◆ set_options()

void esphome::select::SelectTraits::set_options ( std::vector< std::string >  options)

Definition at line 6 of file select_traits.cpp.

Field Documentation

◆ options_

std::vector<std::string> esphome::select::SelectTraits::options_
protected

Definition at line 15 of file select_traits.h.


The documentation for this class was generated from the following files: