17 void setup()
override;
22 void set_uid(
const std::vector<uint8_t> &uid);
Helper class to easily give an object a parent of type T.
Base class for all binary_sensor-type classes.
std::string match_string_
void dump_config() override
bool tag_match_tag_name(const std::shared_ptr< NdefMessage > &msg)
bool tag_match_uid(const std::vector< uint8_t > &data)
void tag_on(NfcTag &tag) override
void set_tag_name(const std::string &str)
std::vector< uint8_t > uid_
void set_ndef_match_string(const std::string &str)
void set_uid(const std::vector< uint8_t > &uid)
void tag_off(NfcTag &tag) override
bool tag_match_ndef_string(const std::shared_ptr< NdefMessage > &msg)
Providing packet encoding functions for exchanging data with a remote host.