More NFC options

bready

New member
Would be cool if we could use more options for NFC tags like extracting the NFC tag's Name and writing it to a variable or maybe an option to add parameters to the tag.

General example: a macro gets triggered by a NFC tag, let's call it "trigger" for simplicity. The tag has a variable to it called "option" with a value that the user can set to whatever they want. The user can write an arbitrary number of tags, all with the id "trigger" but all with a different value for "option". Scanning any of the tags will trigger the same macro every time and set the local variable "option" to whatever the value on the tag is. from there you'll be able to use conditionals to perform further actions.

if that's not really an option, then maybe being able to extract the name of the tag and write it to a variable would be a good workaround. The user could then just set multiple triggers for the same macro and perform actions depending on the name of the tag.
 
Top