Pushover image attachment feature (#509)

* Bugfix: node defaults not applying to messages

* Implemented pushover attachment feature
This commit is contained in:
Damo
2018-12-13 19:33:50 +10:00
committed by Dave Conway-Jones
parent 73e4ae574c
commit ca0b01d10e
4 changed files with 61 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ Optionally uses `msg.topic` to set the configuration, if not already set in the
- `msg.device`: to set the device
- `msg.priority`: to set the priority
- `msg.topic`: to set the title
- `msg.attachment`: to specify an image to attach to message (path as a string or Buffer containing image)
- `msg.url`: to add a web address
- `msg.url_title`: to add a url title
- `msg.sound`: to set the alert sound, see the [available options](https://pushover.net/api#sounds)