|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
A valve's reported state. More...
#include <valve.hpp>
Public Attributes | |
| std::uint32_t | key = 0 |
| float | position = 0.0F |
| ValveOperation | current_operation = ValveOperation::Idle |
A valve's reported state.
| ValveOperation esphome::api::ValveState::current_operation = ValveOperation::Idle |
| std::uint32_t esphome::api::ValveState::key = 0 |
| float esphome::api::ValveState::position = 0.0F |