Difference between revisions of "Pushover"

From Open Source Controls Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Pushover is a simple App that can be used for communicating to mobile devices.


* https://pushover.net/
* https://pushover.net/
* https://flows.nodered.org/node/node-red-node-pushover
* https://flows.nodered.org/node/node-red-node-pushover


[[Pushover1]]


{{Node-RED:Pushover1}}
{{Node-RED:Pushover1}}


[[Category:Node-RED]]
[[Category:Node-RED]]
[[Category:Messaging]]

Latest revision as of 15:44, 25 May 2022

Pushover is a simple App that can be used for communicating to mobile devices.


Pushnr1.png

[{"id":"9c5821e2.eaa7a","type":"pushover","z":"ec82955e.260118","name":"","device":"","title":"","priority":0,"sound":"cosmic","url":"","url_title":"","html":false,"x":560,"y":100,"wires":[]},{"id":"a839f9b4.7f9ec8","type":"inject","z":"ec82955e.260118","name":"","topic":"","payload":"Hello","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":190,"y":100,"wires":[["351661e3.1d728e"]]},{"id":"351661e3.1d728e","type":"change","z":"ec82955e.260118","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"Test Notification","tot":"str"},{"t":"set","p":"device","pt":"msg","to":"target_device_id","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":360,"y":100,"wires":[["9c5821e2.eaa7a"]]}]