ESPHome
2026.5.0b1
Loading...
Searching...
No Matches
esphome
components
seeed_mr60fda2
select
height_threshold_select.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/components/select/select.h
"
4
#include "
../seeed_mr60fda2.h
"
5
6
namespace
esphome::seeed_mr60fda2
{
7
8
class
HeightThresholdSelect
:
public
select::Select
,
public
Parented
<MR60FDA2Component> {
9
public
:
10
HeightThresholdSelect
() =
default
;
11
12
protected
:
13
void
control
(
size_t
index)
override
;
14
};
15
16
}
// namespace esphome::seeed_mr60fda2
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition
helpers.h:1861
esphome::seeed_mr60fda2::HeightThresholdSelect
Definition
height_threshold_select.h:8
esphome::seeed_mr60fda2::HeightThresholdSelect::control
void control(size_t index) override
Definition
height_threshold_select.cpp:5
esphome::seeed_mr60fda2::HeightThresholdSelect::HeightThresholdSelect
HeightThresholdSelect()=default
esphome::select::Select
Base-class for all selects.
Definition
select.h:29
esphome::seeed_mr60fda2
Definition
get_radar_parameters_button.cpp:3
seeed_mr60fda2.h
select.h
Generated by
1.12.0