Add url field to Prowl node

Npm pub v 0.0.5 to Close #169
This commit is contained in:
Dave Conway-Jones
2016-01-24 18:30:45 +00:00
parent cf66edd35c
commit 6a9cb79670
4 changed files with 12 additions and 6 deletions

View File

@@ -18,6 +18,6 @@ Uses Prowl to push the **msg.payload** to an Apple device that has the prowl app
Optionally uses **msg.topic** to set the title. You can also set **msg.priority** to confgure the urgency from -2 (low), through 0 (normal) to 2 (urgent).
The API Key is stored in a separate credentials file.
You may use **msg.url** to set a url to redirect the user to on receipt of the message if you don't set one in the edit dialogue.
Uses Prowl. See <a href="https://www.prowlapp.com" target="_new">this link</a> for more details.