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