Skip to content

Commit

Permalink
added simplepush title and event. Closes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
liiight committed Dec 25, 2017
1 parent 5d2a804 commit c23c038
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions notifiers/providers/simplepush.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ def schema(self) -> dict:
'type': 'string',
'title': 'your message'
},
'title': {
'type': 'string',
'title': 'message title'
},
'event': {
'type': 'string',
'title': 'Event ID'
},
},
'required': ['key', 'message'],
'additionalProperties': False
Expand Down

0 comments on commit c23c038

Please sign in to comment.