
Re: Growl notification for all events/devices
bmoraes wrote:I'm trying to set up Growl notification for all events using the Growl script.
I created a trigger: Insteon Command Received > any command > Any device >> Always >> Execute Applescript > Embedded: GrowlDevice(deviceName)
However I can't pass the "Device Name" to the script, so it reports the correct device. (The script os working correctly if I replace (deviceName) for an actual device name eg, ("Kitchen Light") the script will notify Kitchen Light status on Any Insteon command received.
Is there a way to do it with a single script would I need one trigger for each device (with the actual device name as argument for the GrowlDevice function)?
Yes, you'd need one script for each device. Currently there are no parameters passed to a script that's triggered because of an event (like Insteon Command Received).