Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| indigo_7.3_documentation:plugins:growl_1 [2019/01/25 22:53] – external edit 127.0.0.1 | indigo_7.3_documentation:plugins:growl_1 [2025/04/14 20:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Growl Plugin ====== | ||
| + | |||
| + | |||
| + | The Growl Plugin for Indigo allows you to send growl messages via a plugin action in the Actions UI tab. Before you try to use this plugin you need to install [[http:// | ||
| + | |||
| + | <color red> | ||
| + | ==== Notification Types ==== | ||
| + | |||
| + | |||
| + | The Growl Plugin creates 8 " | ||
| + | |||
| + | {{: | ||
| + | |||
| + | By leaving any of the notifications blank, you can remove that notification type. It won't show up in the action config dialog or in Growl as a notification type. | ||
| + | |||
| + | ==== Notification Action ==== | ||
| + | |||
| + | When you're ready to send a notification, | ||
| + | |||
| + | {{: | ||
| + | |||
| + | There are 5 fields for each notify action described below | ||
| + | |||
| + | - Type - this specifies the notification type (see above to configure those) | ||
| + | - Title† - this is the title of the notification - typically shown at the top of the notification window | ||
| + | - Description† - this is the description of the notification, | ||
| + | - Priority - that's the Growl-defined priority (not used by most Growl themes) | ||
| + | - Sticky - that indicates whether the notification will require the user to manually close it or if Growl will close it automatically after some period of time | ||
| + | |||
| + | † - the title and description fields may contain substitution markup. So, as you can see from the example above, we're substituting the value of variable ID 867446802 in the title and variable ID 264884531 in the description. See [[variable_substitution|Substitutions]] for more information. | ||
| + | |||
| + | |||
| + | ===== Scripting Support ===== | ||
| + | |||
| + | As with all plugins, actions defined by this plugin may be executed by [[indigo_7.3_documentation: | ||
| + | |||
| + | **Plugin ID**: com.perceptiveautomation.indigoplugin.Airfoil | ||
| + | |||
| + | ==== Action specific properties ==== | ||
| + | |||
| + | === Notify === | ||
| + | |||
| + | **Action id**: notify | ||
| + | |||
| + | Properties for scripting: | ||
| + | |||
| + | | //'' | ||
| + | | //'' | ||
| + | | //'' | ||
| + | | //'' | ||
| + | | //'' | ||
| + | |||
| + | Example: | ||
| + | |||
| + | < | ||
| + | if growlPlugin.isEnabled(): | ||
| + | growlPlugin.executeAction(" | ||
| + | |||
| + | ===== Support and Troubleshooting ===== | ||
| + | |||
| + | For usage or troubleshooting tips [[https:// | ||