|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
A fan's reported state. More...
#include <fan.hpp>

Public Attributes | |
| std::uint32_t | key = 0 |
| bool | state = false |
| bool | oscillating = false |
| FanDirection | direction = FanDirection::Forward |
| std::int32_t | speed_level = 0 |
| std::string | preset_mode |
A fan's reported state.
| FanDirection esphome::api::FanState::direction = FanDirection::Forward |
| std::uint32_t esphome::api::FanState::key = 0 |
| bool esphome::api::FanState::oscillating = false |
| std::string esphome::api::FanState::preset_mode |
| std::int32_t esphome::api::FanState::speed_level = 0 |
| bool esphome::api::FanState::state = false |