ESPHome  2024.2.2
Data Structures | Namespaces | Enumerations
light_state.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::light::LightState
 This class represents the communication layer between the front-end MQTT layer and the hardware output layer. More...
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::light
 

Enumerations

enum  esphome::light::LightRestoreMode {
  esphome::light::LIGHT_RESTORE_DEFAULT_OFF, esphome::light::LIGHT_RESTORE_DEFAULT_ON, esphome::light::LIGHT_ALWAYS_OFF, esphome::light::LIGHT_ALWAYS_ON,
  esphome::light::LIGHT_RESTORE_INVERTED_DEFAULT_OFF, esphome::light::LIGHT_RESTORE_INVERTED_DEFAULT_ON, esphome::light::LIGHT_RESTORE_AND_OFF, esphome::light::LIGHT_RESTORE_AND_ON
}