ESPHome 2025.5.0
Loading...
Searching...
No Matches
automation.cpp
Go to the documentation of this file.
1#include "automation.h"
2
3namespace esphome {
4namespace nfc {
5
6void NfcOnTagTrigger::process(const std::unique_ptr<NfcTag> &tag) { this->trigger(format_uid(tag->get_uid()), *tag); }
7
8} // namespace nfc
9} // namespace esphome
void process(const std::unique_ptr< NfcTag > &tag)
Definition automation.cpp:6
std::string format_uid(std::vector< uint8_t > &uid)
Definition nfc.cpp:10
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7