mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
714 B
714 B
node-red-node-pushbullet
A Node-RED node to send alerts via Pushbullet.
Install
Run the following command in the root directory of your Node-RED install
npm install node-red-node-pushbullet
Usage
Uses PushBullet to push the msg.payload to a device that has the PushBullet app installed.
Optionally uses msg.topic to set the title, if not already set in the properties.
You need to configure both your API key and the target device ID. The device ID may be passed in as msg.deviceid. You can set these per node in the edit dialog.