ESPHome 2025.7.4
Loading...
Searching...
No Matches
automation.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
5
6#include "nfc.h"
7
8namespace esphome {
9namespace nfc {
10
11class 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
void process(const std::unique_ptr< NfcTag > &tag)
Definition automation.cpp:6
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7