|
| IRMideaAC (uint16_t pin) |
|
void | stateReset () |
|
void | begin () |
|
void | on () |
|
void | off () |
|
void | setPower (const bool state) |
|
bool | getPower () |
|
void | setTemp (const uint8_t temp, const bool useCelsius=false) |
|
uint8_t | getTemp (const bool useCelsius=false) |
|
void | setFan (const uint8_t fan) |
|
uint8_t | getFan () |
|
void | setMode (const uint8_t mode) |
|
uint8_t | getMode () |
|
void | setRaw (uint64_t newState) |
|
uint64_t | getRaw () |
|
void | setSleep (const bool state) |
|
bool | getSleep () |
|
std::string | toString () |
|