Add Pushsafer Notification Service#1712
Merged
liiight merged 3 commits intoFlexget:developfrom Feb 28, 2017
Merged
Conversation
liiight
reviewed
Feb 27, 2017
| 'private_key': one_or_more({'type': 'string'}), | ||
| 'url': {'type': 'string'}, | ||
| 'url_title': {'type': 'string'}, | ||
| 'device': {'type': 'string'}, |
| 'url_title': {'type': 'string'}, | ||
| 'device': {'type': 'string'}, | ||
| 'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1}, | ||
| 'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0}, |
| 'device': {'type': 'string'}, | ||
| 'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1}, | ||
| 'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0}, | ||
| 'vibration': {'type': 'integer', 'default': 0}, |
cvium
reviewed
Feb 27, 2017
| body: <string> (default: '{{series_name}} {{series_id}}' ) | ||
| url: <string> (default: '{{imdb_url}}') | ||
| url_title: <string> (default: (none)) | ||
| device: <string> ypur device or device group id (default: (none)) |
| url_title: <string> (default: (none)) | ||
| device: <string> ypur device or device group id (default: (none)) | ||
| icon: <integer> (default is 1) | ||
| sound: <integer> (default is (none)) |
| device: <string> ypur device or device group id (default: (none)) | ||
| icon: <integer> (default is 1) | ||
| sound: <integer> (default is (none)) | ||
| vibration: <integer> (default is 0) |
| 'private_key': one_or_more({'type': 'string'}), | ||
| 'url': {'type': 'string'}, | ||
| 'url_title': {'type': 'string'}, | ||
| 'device': {'type': 'string'}, |
| 'url_title': {'type': 'string'}, | ||
| 'device': {'type': 'string'}, | ||
| 'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1}, | ||
| 'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0}, |
| 'device': {'type': 'string'}, | ||
| 'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1}, | ||
| 'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0}, | ||
| 'vibration': {'type': 'integer', 'default': 0}, |
Member
|
@appzer It looks like many of your indentation problems are from using a tab character instead of spaces. You can usually set your text editor to make sure it's using spaces instead of tab characters when you use the tab key. |
Contributor
Author
|
and now |
Member
|
Looking good. Care to update the wiki? |
Contributor
Author
|
pushsafer wiki entry = done |
Member
|
hmm, can you link to it? can't find it you just need to login to the wiki at https://flexget.com and edit it from there. |
Contributor
Author
Done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for changes:
Detailed changes: