mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Update deep_sleep.rst (#2117)
This commit is contained in:
parent
3ab83fc736
commit
0ef630be9f
@ -57,7 +57,7 @@ Advanced features:
|
|||||||
wake up on multiple pins. This cannot be used together with wakeup pin.
|
wake up on multiple pins. This cannot be used together with wakeup pin.
|
||||||
|
|
||||||
- **pins** (**Required**, list of pin numbers): The pins to wake up on.
|
- **pins** (**Required**, list of pin numbers): The pins to wake up on.
|
||||||
- **mode** (*Optional*): The mode to use for the wakeup source. Must be one of ``ALL_LOW`` (wake up when
|
- **mode** (**Required**): The mode to use for the wakeup source. Must be one of ``ALL_LOW`` (wake up when
|
||||||
all pins go LOW) or ``ANY_HIGH`` (wake up when any pin goes HIGH).
|
all pins go LOW) or ``ANY_HIGH`` (wake up when any pin goes HIGH).
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
Reference in New Issue
Block a user