30 void setup()
override;
54 ? std::set<climate::ClimateSwingMode>{}
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={})
void encode_(remote_base::RemoteTransmitData *data, const uint8_t *message, uint8_t nbytes, uint8_t repeat)
bool compare_rac_pt1411hwru_packets_(const uint8_t *message1, const uint8_t *message2)
bool is_valid_rac_pt1411hwru_message_(const uint8_t *message)
uint8_t is_valid_rac_pt1411hwru_header_(const uint8_t *message)
void transmit_rac_pt1411hwru_()
void set_model(Model model)
bool decode_(remote_base::RemoteReceiveData *data, uint8_t *message, uint8_t nbytes)
std::set< climate::ClimateSwingMode > toshiba_swing_modes_()
void transmit_rac_pt1411hwru_temp_(bool cs_state=true, bool cs_send_update=true)
void transmit_state() override
bool on_receive(remote_base::RemoteReceiveData data) override
@ CLIMATE_SWING_OFF
The swing mode is set to Off.
@ CLIMATE_SWING_VERTICAL
The fan mode is set to Vertical.
@ 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_QUIET
The fan mode is set to Quiet.
@ CLIMATE_FAN_HIGH
The fan mode is set to High.
const float TOSHIBA_RAC_PT1411HWRU_TEMP_F_MIN
const float TOSHIBA_GENERIC_TEMP_C_MAX
const float TOSHIBA_GENERIC_TEMP_C_MIN
const float TOSHIBA_RAC_PT1411HWRU_TEMP_C_MAX
const float TOSHIBA_RAC_PT1411HWRU_TEMP_C_MIN
const float TOSHIBA_RAC_PT1411HWRU_TEMP_F_MAX
Providing packet encoding functions for exchanging data with a remote host.