ESPHome
2025.2.0
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
ld2410
number
max_distance_timeout_number.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/components/number/number.h
"
4
#include "../ld2410.h"
5
6
namespace
esphome
{
7
namespace
ld2410 {
8
9
class
MaxDistanceTimeoutNumber
:
public
number::Number
,
public
Parented
<LD2410Component> {
10
public
:
11
MaxDistanceTimeoutNumber
() =
default
;
12
13
protected
:
14
void
control
(
float
value)
override
;
15
};
16
17
}
// namespace ld2410
18
}
// namespace esphome
number.h
esphome::ld2410::MaxDistanceTimeoutNumber
Definition:
max_distance_timeout_number.h:9
esphome::number::Number
Base-class for all numbers.
Definition:
number.h:39
esphome::ld2410::MaxDistanceTimeoutNumber::MaxDistanceTimeoutNumber
MaxDistanceTimeoutNumber()=default
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
esphome::ld2410::MaxDistanceTimeoutNumber::control
void control(float value) override
Definition:
max_distance_timeout_number.cpp:6
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition:
helpers.h:538
Generated by
1.8.13