Triggers: Difference between revisions

From Telcred documentation
Jump to navigation Jump to search
Line 20: Line 20:
=== Remote action ===
=== Remote action ===


A trigger of type ''Remote action'' is activated from the mobile app [[Telcred Personal]]. It is necessary to specify whether the origin is by ''Overview'' or by ''Door''. This determines if the trigger will be displayed in the top menu of the app or on the respective page of the individual doors. It can also have consequences for what the trigger does, in case the trigger invokes a command (see further the section on origin independent commands vs. origin dependent commands in the [[Commands]] documentation). Just as for ''Reader input'' with authentication, it is necessary to specify which [[Roles|roles]] are allowed to activate the trigger.
A trigger of type ''Remote action'' is activated from the mobile app [[Telcred Personal]]. It is necessary to specify whether the origin is by ''Overview'' or by ''Door''. This determines if the trigger will be displayed in the top menu of the app or on the respective page of the individual doors. It can also have consequences for what the trigger does, in case the trigger invokes a command (see further the section on origin independent commands vs. origin dependent commands in the [[Commands|commands]] documentation). Just as for ''Reader input'' with authentication, it is necessary to specify which [[Roles|roles]] are allowed to activate the trigger.





Revision as of 18:55, 29 March 2021

Using triggers, it is possible to specify conditions that, when met, should send a notification, start a command, or both.

Trigger types and activation

Event

A trigger of type Event is activated when a matching event is received in the event log.


Create trigger for events

Reader input

A trigger of type Reader input is activated when a user enters a pre-defined code on an access control reader. Codes are always prefixed with a * (e.g. *112). It is possible to require authentication through either a personal PIN or card in order to activate the trigger. In this case, it is also necessary which roles should be allowed to activate the reader.


Activate trigger for readers


Remote action

A trigger of type Remote action is activated from the mobile app Telcred Personal. It is necessary to specify whether the origin is by Overview or by Door. This determines if the trigger will be displayed in the top menu of the app or on the respective page of the individual doors. It can also have consequences for what the trigger does, in case the trigger invokes a command (see further the section on origin independent commands vs. origin dependent commands in the commands documentation). Just as for Reader input with authentication, it is necessary to specify which roles are allowed to activate the trigger.


Activate remote trigger

IO port activity

Finally, a trigger of type IO port activity is activated when an input port on a controller changes state. It is necessary to specify which input port and transition should activate the trigger.


Activate IO port trigger

Optional restrictions

Depending on the events selected, the optional restrictions will change. For example, events related to controllers (as in the example above) will result in optional restrictions for controllers, while events related to doors (e.g. Access granted) will result in optional restrictions related to doors.


Restrictions for controller events

Reader input

Remote action

IO port activity

Trigger types

Triggers are a way to start one or more commands. There are several trigger types:

  • Reader anonymously. The trigger is activated by entering a special code on an access control reader. No authentication required.
  • Reader - PIN authentication. The trigger is activated by entering a special code on an access control reader, followed by a personal PIN.
  • Reader - card authentication. The trigger is activated by entering a special code on an access control reader, followed by a card credential.
  • Access granted. The trigger is activated when access is granted through a reader, the Telcred Entry app, a visit URL, or REX (but not by an administrator or through the API).
  • Door forced open. The trigger is activated when a Door forced open event occurs.
  • Remote by overview. The trigger is available from the Telcred Entry app, without first selecting a specific door.
  • Remote by door. The trigger is available from the Telcred Entry app, after selecting a specific door. The door from which the trigger was activated will be considered in the command.
  • IO port activity. The trigger is activated when an input port on a door controller changes state.

Setting up a reader (door) trigger

Reader triggers are activated by entering a special code on an access control reader. First, it is necessary to define which command(s) the trigger should start. A reader trigger can start any type of command(s), including both door actions and user defined commands.


Door trigger


Native door actions are applied to the door of the reader where the trigger is activated and output port commands are applied to the controller of the reader where the trigger is activated. If it is desired to manipulate other doors or other controllers, it is necessary to first create commands with target Doors and/or Controllers.

The next step is to define how to activate the trigger. Reader trigger activation codes always start with a * followed by one or more digits. It is recommended to use the same number of digits as for normal user PIN codes minus one, so that the total length of the activation code including the * matches the max PIN length.

Reader trigger activation codes need to be unique over the doors in their scope. This means that two different triggers can have the same activation code, as long as the doors they are restricted to (see below) do not overlap. An example of where this can be useful is if a trigger is used to lock down the building where the trigger is used. In this example, users only have to remember one code, but only the doors of the building where the activation code is entered will be affected.


Trigger activation


For reader trigger types that require an authentication credential (PIN or card) it is necessary to specify which role(s) that should have access to the trigger. Note that in this context, the PIN is the user's PIN, which has nothing to do with the trigger activation code.


Finally, it is possible to define restrictions on the trigger:

  • When it can be entered (schedule)
  • From which doors it can be entered (doors and/or door groups)


Trigger restrictions

Activating a reader trigger

All readers behave a bit differently, however the general process will look like this:

No authentication credential required
  1. Enter the activation code (e.g. *111).
  2. Wait for a blinking "success indicator" (will blink for approx. two seconds). The success indicator indicates that the command completed successfully, and will look different on different readers. If the success indicator is not displayed, the command failed to complete all of its actions.
Authentication credential required
  1. Enter the activation code (e.g. *111).
  2. Wait for the reader to start blinking (can take a few seconds). This means that the reader has been temporarily blocked and is ready to receive the authentication credential (i.e. user PIN or card) without granting access.
  3. Wait for a blinking "success indicator" (will blink for approx two seconds). The success indicator indicates that the command completed successfully, and will look different on different readers. If the success indicator is not displayed, the command failed to complete all of its actions.

Setting up an access granted trigger

For an access granted trigger it is not necessary to specify any activation. The trigger will activate on all user initiated access granted events (but not on access granted events initiated from the Telcred API).


Access granted trigger activation


It is possible to define restrictions on the trigger:

  • When it can be activated (schedule)
  • From which doors it can be activated (doors and/or door groups)

Setting up a door forced open trigger

For a door forced open trigger it is not necessary to specify any activation. The trigger will activate when a door forced open event occurs.

It is possible to define restrictions on the trigger:

  • When it can be activated (schedule)
  • From which doors it can be activated (doors and/or door groups)

Setting up a remote trigger

Remote triggers are activated from the Telcred Entry app. There are two types of remote triggers:

  • Remote by overview
  • Remote by door

Remote by overview triggers do not include information about any specific door when they are activated by the user. Therefore, they can only be used with commands defined by the administrator (as opposed to "native" door commands, e.g. override to unlock). In other words, remote by overview should be used for commands that do not target a specific door.


Remote by overview


Remote by door commands are available from the door page in the Telcred Entry app, and include information about the door when they are activated by the user. Therefore, they are suitable for triggering commands that target individual doors, e.g. override to unlock, override to locked, etc.


Remote by door


It is possible to define a remote by door trigger that invokes a command that does not target any specific door. However, that has the potential to confuse the end user, so it is not recommended to do so. The reason administrator defined commands are available also for remote by door triggers is that a trigger can invoke several commands of which one could be door specific and others not (e.g. unlock the door and turn on the light).

Setting up an IO port trigger

For an IO port trigger it is necessary to specify the input port and transition that should activate the trigger.


Controller trigger activation


Just as for commands targeting the output port(s) not all controllers have the same number of IO ports, so it is necessary to know which type of controller that will be used when specifying the input port for the trigger. It is also necessary to configure the IO ports of the controller.

As for other trigger types, it is possible to define restrictions on the trigger:

  • When it can be entered (schedule)
  • From which doors it can be entered (doors and/or door groups)