Author: Christopher Jazinski
Version: 0.1a
Last Modified: 01/27/2014
Description: This will allow you to integrate with the Pushover API to send messages
Installation: Place the Zip folder in your plugins directory. CfWheels should unzip
PreReqs: You must define a few variables in the settings so the pushover plugin
knows your API and Application key. You can register your application (and obtain both keys) at pushover.net. ALSO YOU MUST HAVE A PUSHOVER ACCOUNT AND APP (ios/droid)
How to Use:
- Set Variables
- Send Notification
Variables:
- PushoverAppToken
- PushoverUserToken
- PushoverEmergencySound
Example: set(PushoverAppToken:'1abcd32345def...');
PushoverSendNotification('String to Send', 0); //With priority param
PushoverSendNotification('String to Send', 0, 'soundToPlay'); //With sound to play