ESPHome  2024.4.0
Namespaces | Enumerations
bedjet_const.h File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::bedjet
 

Enumerations

enum  esphome::bedjet::BedjetMode : uint8_t {
  esphome::bedjet::MODE_STANDBY = 0, esphome::bedjet::MODE_HEAT = 1, esphome::bedjet::MODE_TURBO = 2, esphome::bedjet::MODE_EXTHT = 3,
  esphome::bedjet::MODE_COOL = 4, esphome::bedjet::MODE_DRY = 5, esphome::bedjet::MODE_WAIT = 6
}
 
enum  esphome::bedjet::BedjetHeatMode { esphome::bedjet::HEAT_MODE_HEAT, esphome::bedjet::HEAT_MODE_EXTENDED }
 Optional heating strategies to use for climate::CLIMATE_MODE_HEAT. More...
 
enum  esphome::bedjet::BedjetButton : uint8_t {
  esphome::bedjet::BTN_OFF = 0x1, esphome::bedjet::BTN_COOL = 0x2, esphome::bedjet::BTN_HEAT = 0x3, esphome::bedjet::BTN_TURBO = 0x4,
  esphome::bedjet::BTN_DRY = 0x5, esphome::bedjet::BTN_EXTHT = 0x6, esphome::bedjet::BTN_M1 = 0x20, esphome::bedjet::BTN_M2 = 0x21,
  esphome::bedjet::BTN_M3 = 0x22, esphome::bedjet::MAGIC_DEBUG_ON = 0x40, esphome::bedjet::MAGIC_DEBUG_OFF = 0x41, esphome::bedjet::MAGIC_CONNTEST = 0x42,
  esphome::bedjet::MAGIC_UPDATE = 0x43, esphome::bedjet::MAGIC_NOTIFY_ACK = 0x52
}
 
enum  esphome::bedjet::BedjetCommand : uint8_t {
  esphome::bedjet::CMD_BUTTON = 0x1, esphome::bedjet::CMD_SET_RUNTIME = 0x2, esphome::bedjet::CMD_SET_TEMP = 0x3, esphome::bedjet::CMD_STATUS = 0x6,
  esphome::bedjet::CMD_SET_FAN = 0x7, esphome::bedjet::CMD_SET_CLOCK = 0x8
}