19 MIDEA_TEMPC_MIN, MIDEA_TEMPC_MAX, 1.0f, true, true,
This class is used to encode all control actions on a climate device.
The fan mode is set to Low.
void transmit_state() override
Transmit via IR the state of this climate controller.
const uint8_t MIDEA_TEMPF_MIN
const uint8_t MIDEA_TEMPC_MAX
void control(const climate::ClimateCall &call) override
Override control to change settings of the climate device.
Device is prepared for sleep.
void transmit_(MideaData &data)
The fan mode is set to Auto.
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={})
The fan mode is set to Vertical.
The fan mode is set to High.
The swing mode is set to Off.
void set_fahrenheit(bool value)
Set use of Fahrenheit units.
Device is in boost preset.
Implementation of SPI Controller mode.
const uint8_t MIDEA_TEMPC_MIN
The fan mode is set to Medium.
bool on_midea_(const MideaData &data)
const uint8_t MIDEA_TEMPF_MAX
bool on_receive(remote_base::RemoteReceiveData data) override
Handle received IR Buffer.