ESPHome
2025.7.4
Loading...
Searching...
No Matches
esphome
components
nfc
automation.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include "
esphome/core/automation.h
"
5
6
#include "
nfc.h
"
7
8
namespace
esphome
{
9
namespace
nfc {
10
11
class
NfcOnTagTrigger
:
public
Trigger
<std::string, NfcTag> {
12
public
:
13
void
process
(
const
std::unique_ptr<NfcTag> &tag);
14
};
15
16
}
// namespace nfc
17
}
// namespace esphome
esphome::Trigger
Definition
automation.h:142
esphome::nfc::NfcOnTagTrigger
Definition
automation.h:11
esphome::nfc::NfcOnTagTrigger::process
void process(const std::unique_ptr< NfcTag > &tag)
Definition
automation.cpp:6
automation.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
nfc.h
Generated by
1.12.0