ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::haier |
Functions | |
bool | esphome::haier::check_timeout (std::chrono::steady_clock::time_point now, std::chrono::steady_clock::time_point tpoint, size_t timeout) |
Variables | |
constexpr size_t | esphome::haier::COMMUNICATION_TIMEOUT_MS = 60000 |
constexpr size_t | esphome::haier::STATUS_REQUEST_INTERVAL_MS = 5000 |
constexpr size_t | esphome::haier::PROTOCOL_INITIALIZATION_INTERVAL = 10000 |
constexpr size_t | esphome::haier::DEFAULT_MESSAGES_INTERVAL_MS = 2000 |
constexpr size_t | esphome::haier::CONTROL_MESSAGES_INTERVAL_MS = 400 |