Quick question from a newbie regarding freesmartphone rules.yaml.<br><br>In the following rule, where would the &quot;SetLed&quot; action be defined? The trigger and filter are obvious to me but I can&#39;t figure out the action. It does not appear to be another dbus call. So does the framework  have &quot;SetLed&quot; defined somewhere? <br>
<br><pre><code>trigger: DbusTrigger(system, &#39;org.freesmartphone.ogpsd&#39;,<br>        /org/freedesktop/Gypsy, &#39;org.freedesktop.Gypsy.Device&#39;, &#39;FixStatusChanged&#39;)<br>    filters: HasAttr(arg0, 0)<br>    actions: SetLed(&quot;gta02_aux_red&quot;, &quot;dark&quot;)<br>
</code></pre>Thanks for any info!<br>Ben<br>