ESPHome
2025.2.2
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
d
e
f
i
j
l
m
n
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
c
d
o
p
s
t
v
w
+
Enumerations
b
c
e
f
i
m
n
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Functions
_
a
l
m
o
s
t
u
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
esphome
esphome
components
climate_ir_lg
Namespaces
|
Variables
climate_ir_lg.cpp File Reference
Go to the source code of this file.
Namespaces
esphome
Implementation of SPI
Controller
mode.
esphome::climate_ir_lg
Variables
const uint32_t
esphome::climate_ir_lg::COMMAND_MASK
= 0xFF000
const uint32_t
esphome::climate_ir_lg::COMMAND_OFF
= 0xC0000
const uint32_t
esphome::climate_ir_lg::COMMAND_SWING
= 0x10000
const uint32_t
esphome::climate_ir_lg::COMMAND_ON_COOL
= 0x00000
const uint32_t
esphome::climate_ir_lg::COMMAND_ON_DRY
= 0x01000
const uint32_t
esphome::climate_ir_lg::COMMAND_ON_FAN_ONLY
= 0x02000
const uint32_t
esphome::climate_ir_lg::COMMAND_ON_AI
= 0x03000
const uint32_t
esphome::climate_ir_lg::COMMAND_ON_HEAT
= 0x04000
const uint32_t
esphome::climate_ir_lg::COMMAND_COOL
= 0x08000
const uint32_t
esphome::climate_ir_lg::COMMAND_DRY
= 0x09000
const uint32_t
esphome::climate_ir_lg::COMMAND_FAN_ONLY
= 0x0A000
const uint32_t
esphome::climate_ir_lg::COMMAND_AI
= 0x0B000
const uint32_t
esphome::climate_ir_lg::COMMAND_HEAT
= 0x0C000
const uint32_t
esphome::climate_ir_lg::FAN_MASK
= 0xF0
const uint32_t
esphome::climate_ir_lg::FAN_AUTO
= 0x50
const uint32_t
esphome::climate_ir_lg::FAN_MIN
= 0x00
const uint32_t
esphome::climate_ir_lg::FAN_MED
= 0x20
const uint32_t
esphome::climate_ir_lg::FAN_MAX
= 0x40
const uint8_t
esphome::climate_ir_lg::TEMP_RANGE
= TEMP_MAX - TEMP_MIN + 1
const uint32_t
esphome::climate_ir_lg::TEMP_MASK
= 0XF00
const uint32_t
esphome::climate_ir_lg::TEMP_SHIFT
= 8
const uint16_t
esphome::climate_ir_lg::BITS
= 28
Generated by
1.8.13