|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Static description of a water heater entity. More...
#include <water_heater.hpp>


Public Attributes | |
| float | min_temperature = 0.0F |
| float | max_temperature = 0.0F |
| float | target_temperature_step = 0.0F |
| std::vector< WaterHeaterMode > | supported_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. | |
Static description of a water heater entity.
| float esphome::api::WaterHeaterInfo::max_temperature = 0.0F |
| float esphome::api::WaterHeaterInfo::min_temperature = 0.0F |
| std::uint32_t esphome::api::WaterHeaterInfo::supported_features = 0 |
Bitmask of WaterHeaterFeature flags.
| std::vector<WaterHeaterMode> esphome::api::WaterHeaterInfo::supported_modes |
| float esphome::api::WaterHeaterInfo::target_temperature_step = 0.0F |
| TemperatureUnit esphome::api::WaterHeaterInfo::temperature_unit = TemperatureUnit::Celsius |