68 this->set_beeper(beeper);
80 static const uint8_t MAX_TEMP = 37;
86 static const uint8_t VSWING_STEP = 1;
87 static const uint8_t VSWING_TOGGLE = 2;
88 static const uint8_t TURBO_TOGGLE = 9;
ControlData(const MideaData &data)
FanMode get_fan_mode_() const
void set_power_(bool value)
bool get_fahrenheit() const
void set_sleep_preset(bool value)
void set_value_(uint8_t idx, uint8_t value, uint8_t mask=255, uint8_t shift=0)
SpecialData(uint8_t code)
void set_fahrenheit(bool value)
void set_beeper(bool value)
void set_mode_(Mode mode)
BedjetMode mode
BedJet operating mode.
uint8_t get_value_(uint8_t idx, uint8_t mask=255, uint8_t shift=0) const
ClimateMode
Enum for all modes a climate device can be in.
void set_temp(float temp)
void set_mask_(uint8_t idx, bool state, uint8_t mask=255)
bool get_sleep_preset() const
FollowMeData(const MideaData &data)
Implementation of SPI Controller mode.
void set_fan_mode(ClimateFanMode mode)
void set_mode(ClimateMode mode)
FollowMeData(uint8_t temp, bool beeper=false)
void set_temp(uint8_t val)
ClimateMode get_mode() const
void set_fan_mode_(FanMode mode)
ClimateFanMode get_fan_mode() const