触发器
触发器 can be created for actions based on any event, including Calendar and State events. For each trigger, the user interface typically offers two options:

Calendar: In this case, the list of days of the week on which the event will be activated is presented, along with the corresponding time.

State: This option is basically the same as the one used for defining the firing threshold in the case of alerts.

An action can have multiple triggers, which means its execution will begin when any of these triggers fires.
Disabling triggers
T此处 is an action-level attribute that allows enabling or disabling all triggers. When the attribute is activated, trigger execution does NOT fire the action execution, so the action can only be executed manually or as a consequence of alerts, if applicable.

触发器 repetition frequency in minutes
From the 动作 screen, in the main menu, when configuring an action you can access the creation/editing of a trigger. If the trigger is 选择ed to be of type "Calendar", you can configure it to repeat at a configurable interval of minutes until the end of the day.

An example of this would be: Configure it to run on Saturdays at 10:30pm, then set it to repeat at a 30-minute interval, so it will execute at the following times: 10:30pm, 11:00pm, and 11:30pm.
脚本工具
脚本工具 is a complementary library of JavaScript functions that is part of the Cloud Studio platform and whose methods can be invoked from user-built JavaScript scripts in actions.
通用脚本
This module allows working with 通用脚本 within the 选择ed client, to fulfill the function of reusing, simplifying, and reducing the code of Scripts for 设备 and 动作.