0.2.0 • Published 4 years ago

node-red-contrib-pushover v0.2.0

Weekly downloads
130
License
Apache-2.0
Repository
github
Last release
4 years ago

node-red-contrib-pushover

A Pushover API wrapper for Node-RED.

Supports rich notifications and watch glances.

npm.io

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-pushover

npm

Required Inputs

  • msg.payload(required): The message of the notification, supports a few html tags

Optional Inputs

  • msg.topic: This will be used as the title of the notification if Title is not set
  • msg.image: The URL of the image in notification. Local file path or http(s) url
  • msg.url: Can add an url to your notification
  • msg.url_title: Can set the title of the url
  • msg.priority: -2/-1/1/2, see explain
  • msg.device: Default for all device if not provided. Separated by a comma
  • msg.sound: Name of the notification sound, see the list
  • msg.timestamp: An unix timestamp to specific the date time of your notification

See Pushover.net for more details.

Pushover Glances

npm.io

With Pushover's Glances API, you can push small bits of data directly to a constantly-updated screen, referred to as a widget, such as a complication on your smart watch or a widget on your phone's lock screen.

npm.io

Available Inputs

  • msg.payload: This will be used as the title if Title is not set
  • msg.text: The main line
  • msg.subtext: The second line
  • msg.count: The number
  • msg.percent: The progress bar/circle
  • msg.device: Device name, default for all

npm.io

0.2.0

4 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.0.2

6 years ago

0.1.0

6 years ago