|
| const uint16_t | esphome::toshiba::TOSHIBA_HEADER_MARK = 4380 |
| |
| const uint16_t | esphome::toshiba::TOSHIBA_HEADER_SPACE = 4370 |
| |
| const uint16_t | esphome::toshiba::TOSHIBA_GAP_SPACE = 5480 |
| |
| const uint16_t | esphome::toshiba::TOSHIBA_PACKET_SPACE = 10500 |
| |
| const uint16_t | esphome::toshiba::TOSHIBA_BIT_MARK = 540 |
| |
| const uint16_t | esphome::toshiba::TOSHIBA_ZERO_SPACE = 540 |
| |
| const uint16_t | esphome::toshiba::TOSHIBA_ONE_SPACE = 1620 |
| |
| const uint16_t | esphome::toshiba::TOSHIBA_CARRIER_FREQUENCY = 38000 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_HEADER_LENGTH = 4 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_COMMAND_DEFAULT = 0x01 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_COMMAND_TIMER = 0x02 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_COMMAND_POWER = 0x08 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_COMMAND_MOTION = 0x02 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MODE_AUTO = 0x00 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MODE_COOL = 0x01 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MODE_DRY = 0x02 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MODE_HEAT = 0x03 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MODE_FAN_ONLY = 0x04 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MODE_OFF = 0x07 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_FAN_SPEED_AUTO = 0x00 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_FAN_SPEED_QUIET = 0x20 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_FAN_SPEED_1 = 0x40 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_FAN_SPEED_2 = 0x60 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_FAN_SPEED_3 = 0x80 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_FAN_SPEED_4 = 0xa0 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_FAN_SPEED_5 = 0xc0 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_POWER_HIGH = 0x01 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_POWER_ECO = 0x03 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MOTION_SWING = 0x04 |
| |
| const uint8_t | esphome::toshiba::TOSHIBA_MOTION_FIX = 0x00 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_FLAG_FAH = 0x01 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_FLAG_FRAC = 0x20 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_FLAG_NEG = 0x10 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_FLAG_MASK = 0x0F |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MESSAGE_HEADER0 = 0xB2 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MESSAGE_HEADER1 = 0xD5 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MESSAGE_LENGTH = 6 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_CS_ENABLED = 0x40 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_CS_DATA = 0x80 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_CS_HEADER = 0xBA |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_CS_FOOTER_AUTO = 0x7A |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_CS_FOOTER_COOL = 0x72 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_CS_FOOTER_HEAT = 0x7E |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_SWING_HEADER = 0xB9 |
| |
| const std::vector< uint8_t > | esphome::toshiba::RAC_PT1411HWRU_SWING_VERTICAL {0xB9, 0x46, 0xF5, 0x0A, 0x04, 0xFB} |
| |
| const std::vector< uint8_t > | esphome::toshiba::RAC_PT1411HWRU_SWING_OFF {0xB9, 0x46, 0xF5, 0x0A, 0x05, 0xFA} |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_FAN_OFF = 0x7B |
| |
| constexpr RacPt1411hwruFanSpeed | esphome::toshiba::RAC_PT1411HWRU_FAN_AUTO {0xBF, 0x66} |
| |
| constexpr RacPt1411hwruFanSpeed | esphome::toshiba::RAC_PT1411HWRU_FAN_LOW {0x9F, 0x28} |
| |
| constexpr RacPt1411hwruFanSpeed | esphome::toshiba::RAC_PT1411HWRU_FAN_MED {0x5F, 0x3C} |
| |
| constexpr RacPt1411hwruFanSpeed | esphome::toshiba::RAC_PT1411HWRU_FAN_HIGH {0x3F, 0x64} |
| |
| const RacPt1411hwruFanSpeed | esphome::toshiba::RAC_PT1411HWRU_NO_FAN {0x1F, 0x65} |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MODE_AUTO = 0x08 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MODE_COOL = 0x00 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MODE_DRY = 0x04 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MODE_FAN = 0x04 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MODE_HEAT = 0x0C |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_MODE_OFF = 0x00 |
| |
| const uint8_t | esphome::toshiba::RAC_PT1411HWRU_TEMPERATURE_FAN_ONLY = 0x0E |
| |
| const std::vector< uint8_t > | esphome::toshiba::RAC_PT1411HWRU_TEMPERATURE_C |
| |
| const std::vector< uint8_t > | esphome::toshiba::RAC_PT1411HWRU_TEMPERATURE_F |
| |
| const uint16_t | esphome::toshiba::RAS_2819T_HEADER1 = 0xC23D |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_HEADER2 = 0xD5 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_MESSAGE_LENGTH = 6 |
| |
| const uint16_t | esphome::toshiba::RAS_2819T_FAN_AUTO = 0xBF40 |
| |
| const uint16_t | esphome::toshiba::RAS_2819T_FAN_QUIET = 0xFF00 |
| |
| const uint16_t | esphome::toshiba::RAS_2819T_FAN_LOW = 0x9F60 |
| |
| const uint16_t | esphome::toshiba::RAS_2819T_FAN_MEDIUM = 0x5FA0 |
| |
| const uint16_t | esphome::toshiba::RAS_2819T_FAN_HIGH = 0x3FC0 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_FAN2_AUTO = 0x66 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_FAN2_QUIET = 0x01 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_FAN2_LOW = 0x28 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_FAN2_MEDIUM = 0x3C |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_FAN2_HIGH = 0x50 |
| |
| const Ras2819tPacketSuffix | esphome::toshiba::RAS_2819T_SUFFIX_AUTO {0x00, 0x02, 0x3D} |
| |
| const Ras2819tPacketSuffix | esphome::toshiba::RAS_2819T_SUFFIX_QUIET {0x00, 0x02, 0xD8} |
| |
| const Ras2819tPacketSuffix | esphome::toshiba::RAS_2819T_SUFFIX_LOW {0x00, 0x02, 0xFF} |
| |
| const Ras2819tPacketSuffix | esphome::toshiba::RAS_2819T_SUFFIX_MEDIUM {0x00, 0x02, 0x13} |
| |
| const Ras2819tPacketSuffix | esphome::toshiba::RAS_2819T_SUFFIX_HIGH {0x00, 0x02, 0x27} |
| |
| const uint64_t | esphome::toshiba::RAS_2819T_SWING_TOGGLE = 0xC23D6B94E01F |
| |
| const uint64_t | esphome::toshiba::RAS_2819T_POWER_OFF_COMMAND = 0xC23D7B84E01F |
| |
| const std::array< uint64_t, 2 > | esphome::toshiba::RAS_2819T_VALID_SINGLE_COMMANDS |
| |
| const uint16_t | esphome::toshiba::RAS_2819T_VALID_HEADER1 = 0xC23D |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_VALID_HEADER2 = 0xD5 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_DRY_BYTE2 = 0x1F |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_DRY_BYTE3 = 0xE0 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_DRY_TEMP_OFFSET = 0x24 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_AUTO_BYTE2 = 0x1F |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_AUTO_BYTE3 = 0xE0 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_AUTO_TEMP_OFFSET = 0x08 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_FAN_ONLY_TEMP = 0xE4 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_FAN_ONLY_TEMP_INV = 0x1B |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_HEAT_TEMP_OFFSET = 0x0C |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_AUTO_DRY_FAN_BYTE = 0x65 |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_AUTO_DRY_SUFFIX = 0x3A |
| |
| const uint8_t | esphome::toshiba::RAS_2819T_HEAT_SUFFIX = 0x3B |
| |