ESPHome
2026.5.1
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::nfc
{
9
10
class
NfcOnTagTrigger
:
public
Trigger
<std::string, NfcTag> {
11
public
:
12
void
process
(
const
std::unique_ptr<NfcTag> &
tag
);
13
};
14
15
}
// namespace esphome::nfc
esphome::Trigger
Definition
automation.h:477
esphome::nfc::NfcOnTagTrigger
Definition
automation.h:10
esphome::nfc::NfcOnTagTrigger::process
void process(const std::unique_ptr< NfcTag > &tag)
Definition
automation.cpp:6
automation.h
esphome::nfc
Definition
automation.cpp:4
esphome::tag
const char * tag
Definition
log.h:74
nfc.h
Generated by
1.12.0