1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-20 17:48:17 +00:00
esphome/esphome/components/nfc/automation.cpp

10 lines
226 B
C++
Raw Normal View History

#include "automation.h"
namespace esphome {
namespace nfc {
void NfcOnTagTrigger::process(const std::unique_ptr<NfcTag> &tag) { this->trigger(format_uid(tag->get_uid()), *tag); }
} // namespace nfc
} // namespace esphome