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

A command targeting a valve entity. More...

#include <valve.hpp>

Public Attributes

std::uint32_t key = 0
 
std::optional< float > position
 
bool stop = false
 

Detailed Description

A command targeting a valve entity.

Member Data Documentation

◆ key

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

◆ position

std::optional<float> esphome::api::ValveCommand::position

◆ stop

bool esphome::api::ValveCommand::stop = false

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