ESPHome
2024.10.2
|
Data Structures | |
class | AllowDeepSleepAction |
class | DeepSleepComponent |
This component allows setting up the node to go into deep sleep mode to conserve battery. More... | |
class | EnterDeepSleepAction |
struct | Ext1Wakeup |
class | PreventDeepSleepAction |
struct | WakeupCauseToRunDuration |
Enumerations | |
enum | WakeupPinMode { WAKEUP_PIN_MODE_IGNORE = 0, WAKEUP_PIN_MODE_KEEP_AWAKE, WAKEUP_PIN_MODE_INVERT_WAKEUP } |
The values of this enum define what should be done if deep sleep is set up with a wakeup pin on the ESP32 and the scenario occurs that the wakeup pin is already in the wakeup state. More... | |
Variables | |
bool | global_has_deep_sleep = false |
The values of this enum define what should be done if deep sleep is set up with a wakeup pin on the ESP32 and the scenario occurs that the wakeup pin is already in the wakeup state.
Definition at line 27 of file deep_sleep_component.h.
bool esphome::deep_sleep::global_has_deep_sleep = false |
Definition at line 10 of file deep_sleep_component.cpp.