Trigger Unlock

Trigger Unlock

Trigger Unlock conditions allow you to unlock your action. Before reading this article, you should read about Trigger Conditions.

Each time a Trigger Condition is met, the trigger is locked if there is at least one Trigger Unlock condition.

If the Trigger Conditions are met but there are no Trigger Unlock conditions, the action won't get Locked.

When an action is locked, it will never get triggered. You can check if your action is locked by looking in the Locked switch, just like the screenshot above. If the Locked is gray, it means your Action is unlocked, if it's red, it means your action is Locked.

You can also set this Locked parameter manually, all you have to do is click it to toggle between Locked or not, and then hit Save.


Why does this exist?

One example of an undesirable situation could occur when you want to receive only one SMS when the temperature crosses above 95 C, but instead you receive one SMS for each time a new value of temperature above 95 C is sent (95 C96 C97 C).

You may want to implement a hysteresis using a Trigger Unlock condition. If you define the condition to reset when temperature is Less than 90 C for example, it would prevent this issue.

Only one SMS would be sent, and the system would be locked until the temperature goes below 90 C. Which seems much more reasonable in this example.


    • Related Articles

    • Trigger by Variable

      The trigger type, Trigger by Variable allows you to execute your Actions when a variable meets certain conditions. If your device has sent data and the variables are meeting those conditions, this action will be triggered. There are 2 ...
    • Trigger by MQTT Topic

      The trigger type, Trigger by Variable, allows you to execute your Action when data is sent to an MQTT topic. TagoIO has its own MQTT broker that is responsible for pushing data to clients in case something new is published in the specific topics they ...
    • Trigger by Resource

      The trigger type Trigger by Resource allows you to execute your Action when a resource meets certain conditions. A resource is one of the following: Access Management Actions Analysis Device RunUser For example, you can trigger an Action when a new ...
    • Trigger by Schedule

      The trigger type Trigger by Schedule allows you to define a time interval in order to execute your Actions automatically. There are 2 (two) categories inside of this trigger type: By Interval: Allows you to specify a time interval to trigger the ...
    • Defining Actions

      The first thing to do when configuring an Action is to define which action you want it to take. Each type of action is described in the section below. Currently, we offer 9 options. 1. Push Notification This action can notify you on your account via ...