IRremoteESP8266
|
This is the complete list of members for IRSharpAc, including all inherited members.
_fan | IRSharpAc | private |
_irsend | IRSharpAc | private |
_mode | IRSharpAc | private |
_temp | IRSharpAc | private |
begin(void) | IRSharpAc | |
calcChecksum(uint8_t state[], const uint16_t length=kSharpAcStateLength) | IRSharpAc | privatestatic |
calibrate(void) | IRSharpAc | inline |
checksum(void) | IRSharpAc | private |
clearPowerSpecial(void) | IRSharpAc | private |
convertFan(const stdAc::fanspeed_t speed) | IRSharpAc | static |
convertMode(const stdAc::opmode_t mode) | IRSharpAc | static |
getClean(void) | IRSharpAc | |
getEconoToggle(void) | IRSharpAc | |
getFan(void) | IRSharpAc | |
getIon(void) | IRSharpAc | |
getMode(void) | IRSharpAc | |
getPower(void) | IRSharpAc | |
getPowerSpecial(void) | IRSharpAc | private |
getRaw(void) | IRSharpAc | |
getSpecial(void) | IRSharpAc | |
getSwingToggle(void) | IRSharpAc | |
getTemp(void) | IRSharpAc | |
getTimerEnabled(void) | IRSharpAc | |
getTimerTime(void) | IRSharpAc | |
getTimerType(void) | IRSharpAc | |
getTurbo(void) | IRSharpAc | |
IRSharpAc(const uint16_t pin, const bool inverted=false, const bool use_modulation=true) | IRSharpAc | explicit |
isPowerSpecial(void) | IRSharpAc | |
off(void) | IRSharpAc | |
on(void) | IRSharpAc | |
remote | IRSharpAc | private |
send(const uint16_t repeat=kSharpAcDefaultRepeat) | IRSharpAc | |
setClean(const bool on) | IRSharpAc | |
setEconoToggle(const bool on) | IRSharpAc | |
setFan(const uint8_t fan, const bool save=true) | IRSharpAc | |
setIon(const bool on) | IRSharpAc | |
setMode(const uint8_t mode, const bool save=true) | IRSharpAc | |
setPower(const bool on, const bool prev_on=true) | IRSharpAc | |
setPowerSpecial(const uint8_t value) | IRSharpAc | private |
setRaw(const uint8_t new_code[], const uint16_t length=kSharpAcStateLength) | IRSharpAc | |
setSpecial(const uint8_t mode) | IRSharpAc | |
setSwingToggle(const bool on) | IRSharpAc | |
setTemp(const uint8_t temp, const bool save=true) | IRSharpAc | |
setTimer(bool enable, bool timer_type, uint16_t mins) | IRSharpAc | |
setTurbo(const bool on) | IRSharpAc | |
stateReset(void) | IRSharpAc | private |
toCommon(void) | IRSharpAc | |
toCommonFanSpeed(const uint8_t speed) | IRSharpAc | static |
toCommonMode(const uint8_t mode) | IRSharpAc | static |
toString(void) | IRSharpAc | |
validChecksum(uint8_t state[], const uint16_t length=kSharpAcStateLength) | IRSharpAc | static |