* TTL Functionality
Pick up msg.ttl and pass it to REST API, checking it is a positive integer first.
* Update help doc
Reference ttl parameter in api docs
* Fix: Warnings with no ttl
Check if ttl exists before sanitizing
* Add: Allow string ttl
If ttl is a string, parse to integer and check validity
---------
Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>
* TTL Functionality
Pick up msg.ttl and pass it to REST API, checking it is a positive integer first.
* Update help doc
Reference ttl parameter in api docs
* social-pushover: Add "tags" parameter.
Add "tags" for emergency prio (2) messages, so you're able to cancel them by tag. (see doc / Pushover API)
* Add msg.tags to readme.
* On error throw a catchable
Throws an catchable exception if there is any error in sending the message. So you can react to it with a catch node
* Updated errorhandling
Updated the error handling process to be in compliance with the Node-RED Api