ESPHome
2024.10.2
esphome
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
{
7
namespace
ld2420 {
8
9
class
LD2420Select
:
public
Component
,
public
select::Select
,
public
Parented
<LD2420Component> {
10
public
:
11
LD2420Select
() =
default
;
12
13
protected
:
14
void
control
(
const
std::string &value)
override
;
15
};
16
17
}
// namespace ld2420
18
}
// namespace esphome
esphome::Component
Definition:
component.h:68
esphome::ld2420::LD2420Select
Definition:
operating_mode_select.h:9
select.h
esphome::ld2420::LD2420Select::control
void control(const std::string &value) override
Definition:
operating_mode_select.cpp:10
esphome::select::Select
Base-class for all selects.
Definition:
select.h:31
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
esphome::ld2420::LD2420Select::LD2420Select
LD2420Select()=default
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition:
helpers.h:521
Generated by
1.8.13