This is a module sending notifications to your smartphone or PC ... whatever support Pushbullet.
Register an account at Pushbullet and link your device:
Pushbullet
You'll need .NET Framework 4.5.2:
Microsoft .NET Framework 4.5.2 (Web Installer)
And the actual addon:
Dropbox Push Module (source included)
1 = Duty queued
2 = Duty found
3 = Duty accepted
4 = Duty running
(Correct me if I'm wrong!)
In the settings you'll find:
"Save settings" button for saving the info you input.
"Test Push" button for sending a test push with using your settings.
Since I suck at coding there are possibly bugs. Post them here and I'll try to fix :P
Register an account at Pushbullet and link your device:
Pushbullet
You'll need .NET Framework 4.5.2:
Microsoft .NET Framework 4.5.2 (Web Installer)
And the actual addon:
Dropbox Push Module (source included)
- IsQueued -> This will display true/false whether you're in queue or not
- QueueStatus -> This will show a number based on duty finder status.
1 = Duty queued
2 = Duty found
3 = Duty accepted
4 = Duty running
(Correct me if I'm wrong!)
In the settings you'll find:
- Token -> Inside here put your access token. (See screenshot below)
- Title -> The title of your notification.
- Body -> The message of your notification.
- Device -> Inside here put your Device name. (See screenshot below)
- Show at start -> Enable/Disable to show the Push window at minion load.
- Autostart -> Enable/Disable to start Push at minion load.
"Save settings" button for saving the info you input.
"Test Push" button for sending a test push with using your settings.
Since I suck at coding there are possibly bugs. Post them here and I'll try to fix :P