76 bool on_receive(remote_base::RemoteReceiveData data)
override;
ClimateMode mode
The active mode of the climate device.
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={})
bool on_receive(remote_base::RemoteReceiveData data) override
climate::ClimateSwingMode get_swing_(uint8_t bitmap)
void transmit_state() override
void add_(T val, size_t len, esphome::remote_base::RemoteTransmitData *ata)
bool parse_state_frame_(EmmetiState curr_state)
climate::ClimateFanMode get_fan_speed_(uint8_t fan)
T reverse_(T val, size_t len)
void reverse_add_(T val, size_t len, esphome::remote_base::RemoteTransmitData *data)
bool check_checksum_(uint8_t checksum)
float get_temp_(uint8_t temp)
void get_blades_(uint8_t fanpos)
climate::ClimateMode get_mode_(uint8_t mode)
ClimateSwingMode
Enum for all modes a climate swing can be in.
@ CLIMATE_SWING_OFF
The swing mode is set to Off.
@ CLIMATE_SWING_VERTICAL
The fan mode is set to Vertical.
ClimateMode
Enum for all modes a climate device can be in.
@ 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 EMMETI_MESSAGE_SPACE
const uint32_t EMMETI_ZERO_SPACE
const uint32_t EMMETI_HEADER_MARK
const uint32_t EMMETI_IR_FREQUENCY
const uint32_t EMMETI_HEADER_SPACE
const uint32_t EMMETI_BIT_MARK
const uint8_t EMMETI_TEMP_MAX
const uint8_t EMMETI_TEMP_MIN
const uint32_t EMMETI_ONE_SPACE
Providing packet encoding functions for exchanging data with a remote host.