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

Static description of a water heater entity. More...

#include <water_heater.hpp>

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

Public Attributes

float min_temperature = 0.0F
 
float max_temperature = 0.0F
 
float target_temperature_step = 0.0F
 
std::vector< WaterHeaterModesupported_modes
 
std::uint32_t supported_features = 0
 Bitmask of WaterHeaterFeature flags.
 
TemperatureUnit temperature_unit = TemperatureUnit::Celsius
 
- 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 water heater entity.

Member Data Documentation

◆ max_temperature

float esphome::api::WaterHeaterInfo::max_temperature = 0.0F

◆ min_temperature

float esphome::api::WaterHeaterInfo::min_temperature = 0.0F

◆ supported_features

std::uint32_t esphome::api::WaterHeaterInfo::supported_features = 0

Bitmask of WaterHeaterFeature flags.

◆ supported_modes

std::vector<WaterHeaterMode> esphome::api::WaterHeaterInfo::supported_modes

◆ target_temperature_step

float esphome::api::WaterHeaterInfo::target_temperature_step = 0.0F

◆ temperature_unit

TemperatureUnit esphome::api::WaterHeaterInfo::temperature_unit = TemperatureUnit::Celsius

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