Page 1 of 1

Mountain Lion Notifications Plugin

PostPosted: Mon Aug 06, 2012 10:05 am
by bschollnick2
Folks,

I have a Mountain Lion Notifications Plugin available....

It is aimed mostly at developers of other plugins to use, but it can be used by end users...

for example, a plugin author that wants to use this, could use the following code:

notifypluginID = "com.schollnick.indigoplugin.Notifications"
notify_plugin = indigo.server.getPlugin ( notifypluginID )
notify_plugin = indigo.server.getPlugin ( notify )

if notify_plugin.isEnabled():
notify_plugin.executeAction ("send_notification", props={'title':"The Title!", 'message':"This will show up in the Mt Lion Notifications area"})

notify_plugin.executeAction ("send_notification", props={'title':"Laundry!", 'message':"The Laundry is done!"})

End users, can just use an Action to post a notification....

I have tested it on a Mountain Lion system... But I'd like to have someone else test it out as well.... (I have not yet migrated my primary Indigo server to Mt Lion, I just do my development on Mountain Lion....)

If anyone is interested, please just drop me a line at Benjamin AT schollnick DOT net...

I plan to have a wide release next week....

- Benjamin

Re: Mountain Lion Notifications Plugin

PostPosted: Mon Aug 13, 2012 9:24 pm
by MrJeffreyGee
Looking forward to your release of this. ^_^

Re: Mountain Lion Notifications Plugin

PostPosted: Tue Aug 14, 2012 2:55 pm
by bschollnick2
MrJeffreyGee wrote:
Looking forward to your release of this. ^_^


The first public release is here:

https://dl.dropbox.com/u/241415/Notific ... s-v100.zip

Any suggestions, comments, and concerns are welcome....

- Benjamin