From 9548ea997e5f0e2a13a3600fb6c248ff16d7adf6 Mon Sep 17 00:00:00 2001 From: Jakob Reiter Date: Mon, 23 Nov 2020 10:23:10 +0100 Subject: [PATCH] Add hind about how to find the scanner device id (#15723) Add a hint about how to find the scanner device id. --- source/_integrations/tag.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/tag.markdown b/source/_integrations/tag.markdown index 9e8c5613912..967f19b65f6 100644 --- a/source/_integrations/tag.markdown +++ b/source/_integrations/tag.markdown @@ -90,6 +90,9 @@ automation: {% endraw %} +To find your scanner's device ID, open Developer tools -> Events -> Listen to events and subscribe to `tag_scanned`. +Then scan a tag on the reader and note down the `device_id` from the `data` section. + ## Printing tags NFC tags come in many different shapes and formats. [NFC Stickers](https://amzn.to/3bQU0nN) are great to make existing objects scannable, like books or photos. But another fun use case is to get printable NFC cards. The great thing about these cards is that they are very accessible. Kids as young as 1 year old will be able to use it.