ClimateIR(float minimum_temperature, float maximum_temperature, float temperature_step=1.0f, bool supports_dry=false, bool supports_fan_only=false, std::set< climate::ClimateFanMode > fan_modes={}, std::set< climate::ClimateSwingMode > swing_modes={}, std::set< climate::ClimatePreset > presets={})
uint8_t operation_mode_()
void set_model(Model model)
uint8_t horizontal_swing_()
uint8_t vertical_swing_()
void transmit_state() override
@ CLIMATE_SWING_OFF
The swing mode is set to Off.
@ CLIMATE_SWING_HORIZONTAL
The fan mode is set to Horizontal.
@ CLIMATE_SWING_VERTICAL
The fan mode is set to Vertical.
@ CLIMATE_SWING_BOTH
The fan mode is set to Both.
@ CLIMATE_FAN_MEDIUM
The fan mode is set to Medium.
@ CLIMATE_FAN_AUTO
The fan mode is set to Auto.
@ CLIMATE_FAN_LOW
The fan mode is set to Low.
@ CLIMATE_FAN_HIGH
The fan mode is set to High.
const uint32_t GREE_IR_FREQUENCY
const uint8_t GREE_PRESET_SLEEP_BIT
const uint32_t GREE_BIT_MARK
const uint8_t GREE_HDIR_MIDDLE
const uint8_t GREE_FAN_AUTO
const uint8_t GREE_VDIR_UP
const uint32_t GREE_YAC1FB9_MESSAGE_SPACE
const uint32_t GREE_HEADER_MARK
const uint8_t GREE_VDIR_AUTO
const uint32_t GREE_YAC1FB9_HEADER_SPACE
const uint8_t GREE_FAN_TURBO_BIT
const uint8_t GREE_MODE_FAN
const uint8_t GREE_MODE_OFF
const uint8_t GREE_STATE_FRAME_SIZE
const uint8_t GREE_TEMP_MIN
const uint8_t GREE_MODE_AUTO
const uint8_t GREE_VDIR_SWING
const uint32_t GREE_YAC_BIT_MARK
const uint8_t GREE_MODE_ON
const uint8_t GREE_HDIR_MANUAL
const uint32_t GREE_YAC_HEADER_MARK
const uint8_t GREE_MODE_DRY
const uint32_t GREE_ZERO_SPACE
const uint8_t GREE_HDIR_SWING
const uint8_t GREE_PRESET_SLEEP
const uint8_t GREE_VDIR_MANUAL
const uint8_t GREE_HDIR_MRIGHT
const uint8_t GREE_VDIR_MUP
const uint8_t GREE_HDIR_LEFT
const uint8_t GREE_HDIR_MLEFT
const uint8_t GREE_VDIR_MDOWN
const uint32_t GREE_MESSAGE_SPACE
const uint8_t GREE_MODE_COOL
const uint8_t GREE_VDIR_MIDDLE
const uint8_t GREE_TEMP_MAX
const uint32_t GREE_HEADER_SPACE
const uint32_t GREE_YAC_HEADER_SPACE
const uint8_t GREE_HDIR_AUTO
const uint8_t GREE_VDIR_DOWN
const uint8_t GREE_MODE_HEAT
const uint8_t GREE_FAN_TURBO
const uint8_t GREE_PRESET_NONE
const uint8_t GREE_HDIR_RIGHT
const uint32_t GREE_ONE_SPACE
Providing packet encoding functions for exchanging data with a remote host.