Support for Toshiba protocols.
More...
Go to the source code of this file.
◆ kToshibaAcAuto
| const uint8_t kToshibaAcAuto = 0 |
◆ kToshibaAcCool
| const uint8_t kToshibaAcCool = 1 |
◆ kToshibaAcDry
| const uint8_t kToshibaAcDry = 2 |
◆ kToshibaAcFanAuto
| const uint8_t kToshibaAcFanAuto = 0b000 |
◆ kToshibaAcFanMax
| const uint8_t kToshibaAcFanMax = 0b101 |
◆ kToshibaAcFanMed
| const uint8_t kToshibaAcFanMed = 0b011 |
◆ kToshibaAcFanMin
| const uint8_t kToshibaAcFanMin = 0b001 |
◆ kToshibaAcFanOffset
| const uint8_t kToshibaAcFanOffset = 5 |
◆ kToshibaAcFanSize
| const uint8_t kToshibaAcFanSize = 3 |
◆ kToshibaAcHeat
| const uint8_t kToshibaAcHeat = 3 |
◆ kToshibaAcMaxTemp
| const uint8_t kToshibaAcMaxTemp = 30 |
◆ kToshibaAcMinTemp
| const uint8_t kToshibaAcMinTemp = 17 |
◆ kToshibaAcModeOffset
| const uint8_t kToshibaAcModeOffset = 0 |
◆ kToshibaAcModeSize
| const uint8_t kToshibaAcModeSize = 2 |
◆ kToshibaAcPowerOffset
| const uint8_t kToshibaAcPowerOffset = 2 |
◆ kToshibaAcTempOffset
| const uint8_t kToshibaAcTempOffset = 4 |
◆ kToshibaAcTempSize
| const uint8_t kToshibaAcTempSize = 4 |