ESPHome
2026.1.0-dev
Loading...
Searching...
No Matches
esphome
components
ld2420
select
operating_mode_select.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
../ld2420.h
"
4
#include "
esphome/components/select/select.h
"
5
6
namespace
esphome::ld2420
{
7
8
class
LD2420Select
:
public
Component
,
public
select::Select
,
public
Parented
<LD2420Component> {
9
public
:
10
LD2420Select
() =
default
;
11
12
protected
:
13
void
control
(
size_t
index)
override
;
14
};
15
16
}
// namespace esphome::ld2420
esphome::Component
Definition
component.h:75
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition
helpers.h:1102
esphome::ld2420::LD2420Select
Definition
operating_mode_select.h:8
esphome::ld2420::LD2420Select::LD2420Select
LD2420Select()=default
esphome::ld2420::LD2420Select::control
void control(size_t index) override
Definition
operating_mode_select.cpp:9
esphome::select::Select
Base-class for all selects.
Definition
select.h:30
ld2420.h
esphome::ld2420
Definition
ld2420_binary_sensor.cpp:5
select.h
Generated by
1.12.0