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

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-pushover",
"version" : "0.0.13",
"version" : "0.0.14",
"description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : {
"pushover-notifications" : "~0.2.4"
"pushover-notifications" : "^1.2.0"
},
"repository" : {
"type":"git",
@@ -20,5 +20,12 @@
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
},
"contributors": [
{
"name": "Damien Clark",
"email": "damo.clarky@gmail.com",
"url": "https://damos.world"
}
]
}