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