ESPHome
2024.10.2
|
Data Structures | |
class | Nextion |
class | NextionBase |
class | NextionBinarySensor |
class | NextionComponent |
class | NextionComponentBase |
class | NextionQueue |
class | NextionSensor |
class | NextionSwitch |
class | NextionTextSensor |
class | PageTrigger |
class | SetupTrigger |
class | SleepTrigger |
class | TouchTrigger |
class | WakeTrigger |
Typedefs | |
using | nextion_writer_t = std::function< void(Nextion &)> |
Enumerations | |
enum | NextionQueueType { NO_RESULT = 0, SENSOR = 1, BINARY_SENSOR = 2, SWITCH = 3, TEXT_SENSOR = 4, WAVEFORM_SENSOR = 5 } |
Functions | |
ESPDEPRECATED ("set_wait_for_ack(bool) is deprecated and has no effect", "v1.20") void Nextion | |
using esphome::nextion::nextion_writer_t = typedef std::function<void(Nextion &)> |
Enumerator | |
---|---|
NO_RESULT | |
SENSOR | |
BINARY_SENSOR | |
SWITCH | |
TEXT_SENSOR | |
WAVEFORM_SENSOR |
Definition at line 9 of file nextion_component_base.h.
esphome::nextion::ESPDEPRECATED | ( | "set_wait_for_ack(bool) is deprecated and has no effect" | , |
"v1.20" | |||
) |
Definition at line 1163 of file nextion.cpp.