ESPHome
2026.8.0b4
Loading...
Searching...
No Matches
esphome
components
mitsubishi_cn105
select
mitsubishi_cn105_vane_select_vertical.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
../mitsubishi_cn105_component.h
"
4
5
#include "
esphome/components/select/select.h
"
6
#include "
esphome/core/component.h
"
7
8
namespace
esphome::mitsubishi_cn105
{
9
10
class
MitsubishiCN105VerticalVaneDirectionSelect
:
public
select::Select
,
11
public
Component
,
12
public
Parented
<MitsubishiCN105Component> {
13
public
:
14
void
setup
()
override
;
15
void
publish_vane_state
(
MitsubishiCN105::VaneMode
mode
);
16
17
protected
:
18
void
control
(
size_t
index)
override
;
19
};
20
21
}
// namespace esphome::mitsubishi_cn105
mode
BedjetMode mode
BedJet operating mode.
Definition
bedjet_codec.h:19
esphome::Component
Definition
component.h:145
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition
helpers.h:1907
esphome::mitsubishi_cn105::MitsubishiCN105::VaneMode
VaneMode
Definition
mitsubishi_cn105.h:35
esphome::mitsubishi_cn105::MitsubishiCN105VerticalVaneDirectionSelect
Definition
mitsubishi_cn105_vane_select_vertical.h:12
esphome::mitsubishi_cn105::MitsubishiCN105VerticalVaneDirectionSelect::control
void control(size_t index) override
Definition
mitsubishi_cn105_vane_select_vertical.cpp:23
esphome::mitsubishi_cn105::MitsubishiCN105VerticalVaneDirectionSelect::setup
void setup() override
Definition
mitsubishi_cn105_vane_select_vertical.cpp:16
esphome::mitsubishi_cn105::MitsubishiCN105VerticalVaneDirectionSelect::publish_vane_state
void publish_vane_state(MitsubishiCN105::VaneMode mode)
Definition
mitsubishi_cn105_vane_select_vertical.cpp:30
esphome::select::Select
Base-class for all selects.
Definition
select.h:29
component.h
mitsubishi_cn105_component.h
esphome::mitsubishi_cn105
Definition
automation.h:9
select.h
Generated by
1.12.0