NFC tag scanned in pyscript #305
-
Does anyone know how to catch that an NFC tag is scanned via pyscript? |
Beta Was this translation helpful? Give feedback.
Answered by
JayNewstrom
Jan 20, 2022
Replies: 1 comment 1 reply
-
@event_trigger("tag_scanned", "tag_id == 'UUID_HERE'") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Danahi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@event_trigger("tag_scanned", "tag_id == 'UUID_HERE'")
def jay_car_nfc_tag_scanned(tag_id=None, device_id=None):