ESPHome
2024.10.2
esphome
esphome
components
shutdown
button
shutdown_button.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/core/component.h
"
4
#include "
esphome/components/button/button.h
"
5
6
namespace
esphome
{
7
namespace
shutdown {
8
9
class
ShutdownButton
:
public
button::Button
,
public
Component
{
10
public
:
11
void
dump_config
()
override
;
12
13
protected
:
14
void
press_action
()
override
;
15
};
16
17
}
// namespace shutdown
18
}
// namespace esphome
esphome::shutdown::ShutdownButton
Definition:
shutdown_button.h:9
esphome::button::Button
Base class for all buttons.
Definition:
button.h:29
esphome::Component
Definition:
component.h:68
button.h
esphome::shutdown::ShutdownButton::dump_config
void dump_config() override
Definition:
shutdown_button.cpp:18
esphome::shutdown::ShutdownButton::press_action
void press_action() override
Definition:
shutdown_button.cpp:19
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
component.h
Generated by
1.8.13