ESPHome 2025.10.0-dev
Loading...
Searching...
No Matches
factory_reset_button.h
Go to the documentation of this file.
1#pragma once
2
4
7
8namespace esphome {
9namespace factory_reset {
10
12 public:
13 void dump_config() override;
14#ifdef USE_OPENTHREAD
15 static void factory_reset_callback();
16#endif
17
18 protected:
19 void press_action() override;
20};
21
22} // namespace factory_reset
23} // namespace esphome
Base class for all buttons.
Definition button.h:26
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7