ManagerNFC

You can access this manager through the Homey instance as this.homey.nfc

Events

tag

.on('tag')

This event is fired when a tag has been found.

Requires the homey:wireless:nfc permission. For more information about permissions read the Permissions tutorial.

Parameters

Name Type Description
tag
object

The arguments as provided by the user in the Flow Editor

uid
object

The UID of the tag

}