From aa67b6510f9091bdd9944fc9a90018a1b7c5c24a Mon Sep 17 00:00:00 2001 From: glanch <49610590+glanch@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:21:35 +0100 Subject: [PATCH] Add documentation for new `tag_scanned` event data (#28393) * Add new data entry to event * Update source/_integrations/tag.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/tag.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/tag.markdown b/source/_integrations/tag.markdown index 7c86d1477e0..15d2aa37d6b 100644 --- a/source/_integrations/tag.markdown +++ b/source/_integrations/tag.markdown @@ -113,4 +113,5 @@ When a tag is scanned, the `tag_scanned` event is fired. This event contains the | Value | Description | | - | - | | `tag_id` | Identifier of the tag. Use this to decide what to do. +| `name` | Name of the tag. The name is not unique. Multiple tags can have the same name. | `device_id` | Device registry identifier of the device that scanned the tag. Use this to decide where to do it.