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