ESPHome  2024.3.1
Data Structures | Enumerations | Variables
esphome::wled Namespace Reference

Data Structures

class  WLEDLightEffect
 

Enumerations

enum  Protocol {
  WLED_NOTIFIER = 0, WARLS = 1, DRGB = 2, DRGBW = 3,
  DNRGB = 4
}
 

Variables

const int DEFAULT_BLANK_TIME = 1000
 

Enumeration Type Documentation

◆ Protocol

Enumerator
WLED_NOTIFIER 
WARLS 
DRGB 
DRGBW 
DNRGB 

Definition at line 25 of file wled_light_effect.cpp.

Variable Documentation

◆ DEFAULT_BLANK_TIME

const int esphome::wled::DEFAULT_BLANK_TIME = 1000

Definition at line 27 of file wled_light_effect.cpp.