IRremoteESP8266
|
Airwell "Manchester code" based protocol. Some other Airwell products use the COOLIX protocol. More...
Go to the source code of this file.
Classes | |
union | AirwellProtocol |
class | IRAirwellAc |
Class for handling detailed Airwell A/C messages. More... | |
Variables | |
const uint64_t | kAirwellKnownGoodState = 0x140500002 |
const uint8_t | kAirwellMinTemp = 16 |
const uint8_t | kAirwellMaxTemp = 30 |
const uint8_t | kAirwellFanLow = 0 |
const uint8_t | kAirwellFanMedium = 1 |
const uint8_t | kAirwellFanHigh = 2 |
const uint8_t | kAirwellFanAuto = 3 |
const uint8_t | kAirwellCool = 1 |
const uint8_t | kAirwellHeat = 2 |
const uint8_t | kAirwellAuto = 3 |
const uint8_t | kAirwellDry = 4 |
const uint8_t | kAirwellFan = 5 |
Airwell "Manchester code" based protocol. Some other Airwell products use the COOLIX protocol.
const uint8_t kAirwellAuto = 3 |
const uint8_t kAirwellCool = 1 |
const uint8_t kAirwellDry = 4 |
const uint8_t kAirwellFan = 5 |
const uint8_t kAirwellFanAuto = 3 |
const uint8_t kAirwellFanHigh = 2 |
const uint8_t kAirwellFanLow = 0 |
const uint8_t kAirwellFanMedium = 1 |
const uint8_t kAirwellHeat = 2 |
const uint64_t kAirwellKnownGoodState = 0x140500002 |
const uint8_t kAirwellMaxTemp = 30 |
const uint8_t kAirwellMinTemp = 16 |