node-red/node-red-nodes

node-red-node-pushover - Add TTL API

Veldkornet opened this issue · 6 comments

Please add a msg.ttl option for the new Pushover TTL functionality.

https://pushover.net/api#ttl

Happy to consider a PR if anyone steps up to create one.

@Veldkornet
https://discourse.nodered.org/t/feature-request-pushover-ttl/78401 If you have access to v4 of the app, give this for a try and I'll send through the PR.

Tested on Android, others can test on iOS if they wish. PR is here

#1013

Looks to be working for me on iOS. Only I had to add it as msg.ttl = 30 instead of msg.ttl = "30" in NodeRED like I usually would, but other than that, seems to work fine.

@Veldkornet

Noted, adding a PR to accept strings as well as fix an error message bug.

See #1017