mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Deprecate NMA node prior to deletion
This commit is contained in:
parent
997458c78e
commit
a21e952d93
@ -1,6 +1,8 @@
|
||||
node-red-node-nma
|
||||
=================
|
||||
|
||||
## DO NOT USE - as NMA have ceased to operate.
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-nma",
|
||||
"version" : "0.0.8",
|
||||
"version" : "0.0.9",
|
||||
"description" : "A Node-RED node to send alerts via Notify-My-Android",
|
||||
"dependencies" : {
|
||||
"nma" : "0.2.2"
|
||||
@ -10,7 +10,7 @@
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/nma"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "nma", "notify my android" ],
|
||||
"keywords": [ "nma", "notify my android" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"nma": "57-nma.js"
|
||||
|
Loading…
Reference in New Issue
Block a user