Page 3 of 3

Re: Success stories using Shortcuts and Indigo?

PostPosted: Wed Jan 31, 2024 10:58 am
by DaveL17
I looked at the code and confirmed that an integer is the only acceptable value for objectId.

Re: Success stories using Shortcuts and Indigo?

PostPosted: Wed Jan 31, 2024 11:37 am
by ryanbuckner
Thanks Dave. I'm trying to think of a Indigomic way of using the NFC tags and shortcuts to unlock my front door. I'm leaning towards having to write a short script:

I wound up sending the device name to a variable as well as a timestamp to another variable from a shortcut on NFC tap. If the timestamp changes (trigger) then I check to see if the device name is stored in a list of authorized devices (stored in another variable). If it's there then I unlock the door.