mirror of
https://github.com/esphome/esphome.git
synced 2025-04-03 09:20:29 +01:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Spencer Yan <spencer@spenyan.com>
10 lines
235 B
C++
10 lines
235 B
C++
#include "get_radar_parameters_button.h"
|
|
|
|
namespace esphome {
|
|
namespace seeed_mr60fda2 {
|
|
|
|
void GetRadarParametersButton::press_action() { this->parent_->get_radar_parameters(); }
|
|
|
|
} // namespace seeed_mr60fda2
|
|
} // namespace esphome
|