#include <fan.h>
|
| FanCall | to_call (Fan &fan) |
| | Convert this struct to a fan call that can be performed.
|
| |
| void | apply (Fan &fan) |
| | Apply these settings to the fan.
|
| |
Definition at line 91 of file fan.h.
◆ apply()
| void esphome::fan::FanRestoreState::apply |
( |
Fan & | fan | ) |
|
Apply these settings to the fan.
Definition at line 120 of file fan.cpp.
◆ to_call()
| FanCall esphome::fan::FanRestoreState::to_call |
( |
Fan & | fan | ) |
|
Convert this struct to a fan call that can be performed.
Definition at line 103 of file fan.cpp.
◆ direction
Definition at line 95 of file fan.h.
◆ oscillating
| bool esphome::fan::FanRestoreState::oscillating |
Definition at line 94 of file fan.h.
◆ preset_mode
| uint8_t esphome::fan::FanRestoreState::preset_mode |
Definition at line 96 of file fan.h.
◆ speed
| int esphome::fan::FanRestoreState::speed |
Definition at line 93 of file fan.h.
◆ state
| bool esphome::fan::FanRestoreState::state |
Definition at line 92 of file fan.h.
The documentation for this struct was generated from the following files: