A Pushover API wrapper for Node-RED.
Supports rich notifications and watch glances.
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-pushover
msg.payload
(required): The message of the notification, supports a few html tags
msg.topic
: This will be used as the title of the notification if Title is not setmsg.image
: The URL of the image in notification. Local file path or http(s) urlmsg.url
: Can add an url to your notificationmsg.url_title
: Can set the title of the urlmsg.priority
: -2/-1/1/2, see explainmsg.device
: Default for all device if not provided. Separated by a commamsg.sound
: Name of the notification sound, see the listmsg.timestamp
: An unix timestamp to specific the date time of your notification
See Pushover.net for more details.
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.
msg.payload
: This will be used as the title if Title is not setmsg.text
: The main linemsg.subtext
: The second linemsg.count
: The numbermsg.percent
: The progress bar/circlemsg.device
: Device name, default for all