IRremoteESP8266
Variables
ir_Kelon.cpp File Reference

Support for Kelon AC protocols. Both sending and decoding should be functional for models of series KELON ON/OFF 9000-12000. All features of the standard remote are implemented. More...

Variables

const uint16_t kKelonHdrMark = 9000
 
const uint16_t kKelonHdrSpace = 4600
 
const uint16_t kKelonBitMark = 560
 
const uint16_t kKelonOneSpace = 1680
 
const uint16_t kKelonZeroSpace = 600
 
const uint32_t kKelonGap = 2 * kDefaultMessageGap
 
const uint16_t kKelonFreq = 38000
 
const uint32_t kKelon168FooterSpace = 8000
 
const uint16_t kKelon168Section1Size = 6
 
const uint16_t kKelon168Section2Size = 8
 
const uint16_t kKelon168Section3Size = 7
 

Detailed Description

Support for Kelon AC protocols. Both sending and decoding should be functional for models of series KELON ON/OFF 9000-12000. All features of the standard remote are implemented.

Note
Unsupported:
  • Explicit on/off due to AC unit limitations
  • Explicit swing position due to AC unit limitations
  • Fahrenheit.

Variable Documentation

◆ kKelon168FooterSpace

const uint32_t kKelon168FooterSpace = 8000

◆ kKelon168Section1Size

const uint16_t kKelon168Section1Size = 6

◆ kKelon168Section2Size

const uint16_t kKelon168Section2Size = 8

◆ kKelon168Section3Size

const uint16_t kKelon168Section3Size = 7

◆ kKelonBitMark

const uint16_t kKelonBitMark = 560

◆ kKelonFreq

const uint16_t kKelonFreq = 38000

◆ kKelonGap

const uint32_t kKelonGap = 2 * kDefaultMessageGap

◆ kKelonHdrMark

const uint16_t kKelonHdrMark = 9000

◆ kKelonHdrSpace

const uint16_t kKelonHdrSpace = 4600

◆ kKelonOneSpace

const uint16_t kKelonOneSpace = 1680

◆ kKelonZeroSpace

const uint16_t kKelonZeroSpace = 600