ESPHome
2024.10.2
esphome
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
nfc.h
automation.h
esphome::nfc::NfcOnTagTrigger
Definition:
automation.h:11
esphome::nfc::NfcOnTagTrigger::process
void process(const std::unique_ptr< NfcTag > &tag)
Definition:
automation.cpp:6
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
esphome::Trigger
Definition:
automation.h:92
Generated by
1.8.13