mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
@@ -12,6 +12,8 @@ module.exports = function(RED) {
|
||||
this.priority = n.priority;
|
||||
this.sound = n.sound;
|
||||
this.html = n.html;
|
||||
this.url = n.url;
|
||||
this.url_title = n.url_title;
|
||||
if (this.sound === '') { this.sound = null; }
|
||||
var credentials = this.credentials;
|
||||
if ((credentials) && (credentials.hasOwnProperty("pushkey"))) { this.pushkey = credentials.pushkey; }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-node-pushover",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "A Node-RED node to send alerts via Pushover",
|
||||
"dependencies": {
|
||||
"pushover-notifications": "^1.2.3"
|
||||
|
||||
Reference in New Issue
Block a user