ESPHome  2024.7.2
Namespaces | Variables
hon_climate.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::haier
 

Variables

constexpr size_t esphome::haier::SIGNAL_LEVEL_UPDATE_INTERVAL_MS = 10000
 
constexpr int esphome::haier::PROTOCOL_OUTDOOR_TEMPERATURE_OFFSET = -64
 
constexpr uint8_t esphome::haier::CONTROL_MESSAGE_RETRIES = 5
 
constexpr std::chrono::milliseconds esphome::haier::CONTROL_MESSAGE_RETRIES_INTERVAL = std::chrono::milliseconds(500)
 
constexpr size_t esphome::haier::ALARM_STATUS_REQUEST_INTERVAL_MS = 600000
 
const uint8_t esphome::haier::ONE_BUF [] = {0x00, 0x01}
 
const uint8_t esphome::haier::ZERO_BUF [] = {0x00, 0x00}