mirror of
https://github.com/esphome/esphome.git
synced 2025-11-20 08:46:01 +00:00
Co-authored-by: Keith Burzinski <kbx81x@gmail.com> Co-authored-by: J. Nick Koston <nick@koston.org>
10 lines
200 B
C++
10 lines
200 B
C++
#include "restart_button.h"
|
|
|
|
namespace esphome {
|
|
namespace ld2412 {
|
|
|
|
void RestartButton::press_action() { this->parent_->restart_and_read_all_info(); }
|
|
|
|
} // namespace ld2412
|
|
} // namespace esphome
|