esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::ValveState Struct Reference

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
 

Detailed Description

A valve's reported state.

Member Data Documentation

◆ current_operation

ValveOperation esphome::api::ValveState::current_operation = ValveOperation::Idle

◆ key

std::uint32_t esphome::api::ValveState::key = 0

◆ position

float esphome::api::ValveState::position = 0.0F

The documentation for this struct was generated from the following file: