ESPHome 2025.5.0
Loading...
Searching...
No Matches
restart_button.cpp
Go to the documentation of this file.
1#include "restart_button.h"
2
3namespace esphome {
4namespace ld2410 {
5
6void RestartButton::press_action() { this->parent_->restart_and_read_all_info(); }
7
8} // namespace ld2410
9} // namespace esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7