ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::select Namespace Reference

Data Structures

class  Select
 Base-class for all selects. More...
 
class  SelectCall
 
class  SelectOperationAction
 
class  SelectSetAction
 
class  SelectSetIndexAction
 
class  SelectStateTrigger
 
class  SelectTraits
 

Enumerations

enum  SelectOperation {
  SELECT_OP_NONE , SELECT_OP_SET , SELECT_OP_SET_INDEX , SELECT_OP_NEXT ,
  SELECT_OP_PREVIOUS , SELECT_OP_FIRST , SELECT_OP_LAST
}
 

Enumeration Type Documentation

◆ SelectOperation

Enumerator
SELECT_OP_NONE 
SELECT_OP_SET 
SELECT_OP_SET_INDEX 
SELECT_OP_NEXT 
SELECT_OP_PREVIOUS 
SELECT_OP_FIRST 
SELECT_OP_LAST 

Definition at line 10 of file select_call.h.