cogito/esphome_dev/esphome/components/ld2450/button/restart_button.cpp

9 lines
200 B
C++

#include "restart_button.h"
namespace esphome {
namespace ld2450 {
void RestartButton::press_action() { this->parent_->restart_and_read_all_info(); }
} // namespace ld2450
} // namespace esphome