ESPHome
2024.10.2
|
Data Structures | |
class | E131AddressableLightEffect |
class | E131Component |
struct | E131Packet |
Enumerations | |
enum | E131ListenMethod { E131_MULTICAST, E131_UNICAST } |
enum | E131LightChannels { E131_MONO = 1, E131_RGB = 3, E131_RGBW = 4 } |
Variables | |
const int | E131_MAX_PROPERTY_VALUES_COUNT = 513 |
const size_t | E131_MIN_PACKET_SIZE = reinterpret_cast<size_t>(&((E131RawPacket *) nullptr)->property_values[1]) |
Enumerator | |
---|---|
E131_MONO | |
E131_RGB | |
E131_RGBW |
Definition at line 12 of file e131_addressable_light_effect.h.
const size_t esphome::e131::E131_MIN_PACKET_SIZE = reinterpret_cast<size_t>(&((E131RawPacket *) nullptr)->property_values[1]) |
Definition at line 59 of file e131_packet.cpp.