Was looking to see if there was a native way to evaluate which lock code was being returned from a door lock/unlock event and perform actions based on that. As it stands now, the only alternative is to use Sharptools but that requires using their Premium service to evaluate the attributes returned as variables in the event.
So, I’m looking for something on the “If” side of things that says something like:
If
Door unlocks
and
Lock code is 1
then
…do some stuff…