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

@@ -79,6 +79,7 @@
<p><code>msg.topic</code>: set the title</p>
<p><code>msg.device</code>: set the device</p>
<p><code>msg.priority</code>: set the priority</p>
<p><code>msg.attachment</code>: attach an image (Buffer or file path)</p>
<p><code>msg.url</code>: to add a web address</p>
<p><code>msg.url_title</code>: to add a url title if not already set in the properties</p>
<p><code>msg.sound</code>: set the notification sound, <i><a href="https://pushover.net/api#sounds" target="_new">see the available options</a></i></p>