ESPHome  2024.4.0
automation.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
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
void process(const std::unique_ptr< NfcTag > &tag)
Definition: automation.cpp:6
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7