2014-07-27 17:09:50 +02:00
node-red-node-nma
=================
2018-06-02 14:41:22 +02:00
## DO NOT USE - as NMA have ceased to operate.
2014-07-27 17:09:50 +02:00
A < a href = "http://nodered.org" target = "_new" > Node-RED< / a > node to send alerts via < a href = "http://www.notifymyandroid.com/" target = "_new" > Notify-My-Android< / a > .
Install
-------
2016-03-02 14:26:53 +01:00
Run the following command in your Node-RED user directory - typically `~/.node-red`
2014-07-27 17:09:50 +02:00
npm install node-red-node-nma
Usage
-----
2016-03-02 14:26:53 +01:00
Uses Notify-My-Android (NMA) to push the `msg.payload` to an Android device that has Notify-My-Android app installed.
2014-07-27 17:09:50 +02:00
2016-03-02 14:26:53 +01:00
Optionally uses `msg.topic` to set the title, if not already set in the properties.
2014-07-27 17:09:50 +02:00
The API-key is stored in a separate credentials file.
Uses Notify-My-Android. See < a href = "http://www.notifymyandroid.com/" target = "_new" > this link< / a > for more details.< / p >