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

Static description of a valve entity. More...

#include <valve.hpp>

Inheritance diagram for esphome::api::ValveInfo:
Inheritance graph
[legend]
Collaboration diagram for esphome::api::ValveInfo:
Collaboration graph
[legend]

Public Attributes

std::string device_class
 
bool assumed_state = false
 
bool supports_position = false
 
bool supports_stop = false
 
- Public Attributes inherited from esphome::api::EntityInfo
std::uint32_t key = 0
 Stable per-entity identifier used to correlate state and command messages.
 
std::string object_id
 
std::string name
 
std::string icon
 
bool disabled_by_default = false
 
EntityCategory entity_category = EntityCategory::None
 
std::uint32_t device_id = 0
 Sub-device id (0 = the root device) when the device exposes sub-devices.
 

Detailed Description

Static description of a valve entity.

Member Data Documentation

◆ assumed_state

bool esphome::api::ValveInfo::assumed_state = false

◆ device_class

std::string esphome::api::ValveInfo::device_class

◆ supports_position

bool esphome::api::ValveInfo::supports_position = false

◆ supports_stop

bool esphome::api::ValveInfo::supports_stop = false

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