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::CoverState Struct Reference

A cover's reported state. More...

#include <cover.hpp>

Public Attributes

std::uint32_t key = 0
 
float position = 0.0F
 
float tilt = 0.0F
 
CoverOperation current_operation = CoverOperation::Idle
 

Detailed Description

A cover's reported state.

Member Data Documentation

◆ current_operation

CoverOperation esphome::api::CoverState::current_operation = CoverOperation::Idle

◆ key

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

◆ position

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

◆ tilt

float esphome::api::CoverState::tilt = 0.0F

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