mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 12:43:28 +02:00
10 lines
200 B
C++
10 lines
200 B
C++
#include "restart_button.h"
|
|
|
|
namespace esphome {
|
|
namespace ld2410 {
|
|
|
|
void RestartButton::press_action() { this->parent_->restart_and_read_all_info(); }
|
|
|
|
} // namespace ld2410
|
|
} // namespace esphome
|