Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| indigo_7_documentation:action_group_class [2018/11/28 00:03] – [Duplicate] jay | indigo_7_documentation:action_group_class [2025/02/18 20:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Action Groups ====== | ||
| + | |||
| + | At the moment, editing of action groups is fairly limited and you can't actually create new action groups (aside from duplicating an existing group). We will eventually add this functionality but so far demand has made it a lower-priority item. | ||
| + | |||
| + | ==== Class Properties ==== | ||
| + | |||
| + | ^ Property | ||
| + | |//'' | ||
| + | |//'' | ||
| + | |//'' | ||
| + | |//'' | ||
| + | |//'' | ||
| + | |||
| + | ==== Commands (indigo.actionGroup.*) ==== | ||
| + | |||
| + | The commands in this section are common to all triggers regardless of type. | ||
| + | |||
| + | === Delete === | ||
| + | |||
| + | Delete the specified action group. | ||
| + | |||
| + | ^ Command Syntax Examples | ||
| + | |< | ||
| + | |||
| + | ^ Parameters | ||
| + | ^ Parameter | ||
| + | |direct parameter| | ||
| + | |||
| + | === Display In Remote UI === | ||
| + | |||
| + | This command will show or hide the action group in remote clients. | ||
| + | |||
| + | ^ Command Syntax Examples | ||
| + | |< | ||
| + | |< | ||
| + | |||
| + | ^ Parameters | ||
| + | ^ Parameter | ||
| + | |direct parameter| | ||
| + | |''// | ||
| + | |||
| + | === Duplicate === | ||
| + | |||
| + | Duplicate the specified action group. This method returns a copy of the new action group. | ||
| + | |||
| + | ^ Command Syntax Examples | ||
| + | |< | ||
| + | |||
| + | ^ Parameters | ||
| + | ^ Parameter | ||
| + | |direct parameter| | ||
| + | |''// | ||
| + | === Execute === | ||
| + | |||
| + | Execute the specified action group. | ||
| + | |||
| + | ^ Command Syntax Examples | ||
| + | |< | ||
| + | |||
| + | ^ Parameters | ||
| + | ^ Parameter | ||
| + | |direct parameter| | ||
| + | |||
| + | === Move To Folder === | ||
| + | |||
| + | Use this command to move the action group to a different folder. You can get a list of folder id’s by using indigo.actionGroups.folders, | ||
| + | |||
| + | ^ Command Syntax Examples | ||
| + | |< | ||
| + | |||
| + | ^ Parameters | ||
| + | ^ Parameter | ||
| + | |direct parameter| | ||
| + | |''// | ||