mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Co-authored-by: Keith Burzinski <kbx81x@gmail.com> Co-authored-by: J. Nick Koston <nick@koston.org>
10 lines
184 B
C++
10 lines
184 B
C++
#include "query_button.h"
|
|
|
|
namespace esphome {
|
|
namespace ld2412 {
|
|
|
|
void QueryButton::press_action() { this->parent_->read_all_info(); }
|
|
|
|
} // namespace ld2412
|
|
} // namespace esphome
|