Commit Graph

24 Commits

Author SHA1 Message Date
wooferguy a058999f4c
Pushover ttl Bug Fix (#1017)
* 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>
2023-07-11 20:24:38 +01:00
wooferguy 51dc002a70
Pushover TTL (#1013)
* 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
2023-06-24 09:54:34 +01:00
Trise e6b9da52aa
social-pushover | add tags parameter (#846)
* 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.
2021-10-18 21:09:35 +01:00
brianmangan 6ca70977d8
Social: pushover; add callback parameter w/ documentation (#832)
* adding callback parameter to pushover node.

* pushover: callback feature added

* social/pushover documentation

* PR: added callback parameter to pushover
2021-08-30 12:10:07 +01:00
JsBergbau e05a3f3d4d
Added retry and expire setting for Prio 2 messages (#780) 2021-03-25 09:42:50 +00:00
JsBergbau b87488df6d
Added support for msg.html (#773) 2021-03-17 21:07:35 +00:00
Dave Conway-Jones b1a2741fa0
fix pushover to handle false msg.payload
to close #756
2021-02-11 21:17:59 +00:00
Frakke0 e980c8c04d
Fix not shown error (#692)
Fixed response to shown as string and not object
2020-09-27 12:57:09 +01:00
JsBergbau d4d2404578
On error sending pushover message throw a catchable exception (#653)
* 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
2020-05-20 14:04:42 +01:00
Dave Conway-Jones 92adb10fb3
pushover: ensure handles missing payload. 2020-04-17 09:43:45 +01:00
Dave Conway-Jones 876c9a014e
add try catch to pushover node response 2019-09-08 15:30:49 +01:00
Dave Conway-Jones e20cf97fce
A whole bunch of whitespace linting - no functional changes 2019-08-11 13:37:15 +01:00
Dave Conway-Jones 587ff6b8e6
don't let through pusher error
to close #548
2019-06-18 08:52:55 +01:00
Damo ca0b01d10e Pushover image attachment feature (#509)
* Bugfix: node defaults not applying to messages

* Implemented pushover attachment feature
2018-12-13 09:33:50 +00:00
cowchimp 771a49a8b0 support HTML-mode in Pushover node #467 (#468)
* support HTML-mode in Pushover node #467

* drop option to set whether Pushover uses HTML mode based on incoming node msg
2018-08-13 11:17:51 +01:00
Dave Conway-Jones a7247e898a Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
Dave Conway-Jones 735f610730 Pushover, add support for url and url_title
to close #240
Thanks @eisbehr
2016-10-17 22:56:24 +01:00
René Köcher f5ae0d2c75 Add available sounds to config view. 2015-12-23 13:42:22 +01:00
René Köcher 1557f53e1c Add support for pushover sound selection. 2015-12-23 11:11:04 +01:00
Dave Conway-Jones 4e6f76cc1d Add device target bailty to pushover node 2015-08-25 21:04:54 +01:00
Dave Conway-Jones 56ff75a37d add priority -2 to pushover node.
to close #129
2015-08-15 20:00:40 +01:00
Nick O'Leary 08791f1914 Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +00:00
Dave C-J 62956b0bb8 Update node-red-nodes social nodes to use strict and pass jshint scan 2014-06-28 23:34:59 +01:00
Dave C-J e23be73090 Add Pushover Node - with credentials support. 2014-04-20 18:00:43 +01:00