mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
8 lines
174 B
C++
8 lines
174 B
C++
#include "restart_button.h"
|
|
|
|
namespace esphome::ld2410 {
|
|
|
|
void RestartButton::press_action() { this->parent_->restart_and_read_all_info(); }
|
|
|
|
} // namespace esphome::ld2410
|