|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Handle to a WaterHeater entity. More...
#include <entity_handles.hpp>


Public Member Functions | |
| std::optional< WaterHeaterInfo > | info () const |
| std::optional< WaterHeaterState > | state () const |
| float | min_temperature () const |
| float | max_temperature () const |
| float | target_temperature_step () const |
| std::vector< WaterHeaterMode > | supported_modes () const |
| std::uint32_t | supported_features () const |
| TemperatureUnit | temperature_unit () const |
| float | current_temperature () const |
| float | target_temperature () const |
| WaterHeaterMode | mode () const |
| float | target_temperature_low () const |
| float | target_temperature_high () const |
| void | command (WaterHeaterCommand c) const |
| Send a fully-specified command (its key is set automatically). | |
Public Member Functions inherited from esphome::api::TypedEntity< WaterHeaterEntity > | |
| std::string | icon () const |
| bool | disabled_by_default () const |
| EntityCategory | entity_category () const |
| std::uint32_t | device_id () const |
| Entity (Client &client, const std::uint32_t key, std::string object_id, std::string name) | |
Public Member Functions inherited from esphome::api::Entity | |
| Entity (Client &client, const std::uint32_t key, std::string object_id, std::string name) | |
| std::uint32_t | key () const noexcept |
| const std::string & | object_id () const noexcept |
| const std::string & | name () const noexcept |
Static Public Member Functions | |
| static constexpr EntityType | type () |
Additional Inherited Members | |
Protected Attributes inherited from esphome::api::Entity | |
| Client * | client_ |
| std::uint32_t | key_ |
| std::string | object_id_ |
| std::string | name_ |
Handle to a WaterHeater entity.
|
inline |
Send a fully-specified command (its key is set automatically).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticconstexpr |