1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Move several nodes to "mobile" category

Nma, pushbullet, pusher, pushover, twilio
This commit is contained in:
Dave Conway-Jones 2015-09-16 22:38:38 +01:00
parent d00f4a7e32
commit 2b857cddf2
10 changed files with 12 additions and 12 deletions

View File

@ -39,7 +39,7 @@
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('nma',{ RED.nodes.registerType('nma',{
category: 'output', category: 'mobile-output',
defaults: { defaults: {
title: {value:""}, title: {value:""},
name: {value:""} name: {value:""}

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-nma", "name" : "node-red-node-nma",
"version" : "0.0.5", "version" : "0.0.6",
"description" : "A Node-RED node to send alerts via Notify-My-Android", "description" : "A Node-RED node to send alerts via Notify-My-Android",
"dependencies" : { "dependencies" : {
"nma" : "0.2.2" "nma" : "0.2.2"

View File

@ -104,7 +104,7 @@
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('pushbullet',{ RED.nodes.registerType('pushbullet',{
category: 'social-output', category: 'mobile-outpit',
defaults: { defaults: {
config: {type: "pushbullet-config", required: true}, config: {type: "pushbullet-config", required: true},
pushtype: {value:"note"}, pushtype: {value:"note"},
@ -304,7 +304,7 @@
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('pushbullet in',{ RED.nodes.registerType('pushbullet in',{
category: 'social-input', category: 'mobile-input',
defaults: { defaults: {
config: {type: "pushbullet-config", required: true}, config: {type: "pushbullet-config", required: true},
name: {value:""} name: {value:""}

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pushbullet", "name" : "node-red-node-pushbullet",
"version" : "0.0.6", "version" : "0.0.7",
"description" : "A Node-RED node to send alerts via Pushbullet", "description" : "A Node-RED node to send alerts via Pushbullet",
"dependencies" : { "dependencies" : {
"pushbullet": "1.4.*", "pushbullet": "1.4.*",

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pusher", "name" : "node-red-node-pusher",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "A Node-RED node to send and receive messages using Pusher.com", "description" : "A Node-RED node to send and receive messages using Pusher.com",
"dependencies" : { "dependencies" : {
"pusher": "1.0.5", "pusher": "1.0.5",

View File

@ -42,7 +42,7 @@
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('pusher in',{ RED.nodes.registerType('pusher in',{
category: 'social-input', category: 'mobile-input',
color:"#A9D0F5", color:"#A9D0F5",
defaults: { defaults: {
name: {value:""}, name: {value:""},
@ -107,7 +107,7 @@
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('pusher out',{ RED.nodes.registerType('pusher out',{
category: 'social-output', category: 'mobile-output',
color:"#A9D0F5", color:"#A9D0F5",
defaults: { defaults: {
name: {value:""}, name: {value:""},

View File

@ -55,7 +55,7 @@
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('pushover',{ RED.nodes.registerType('pushover',{
category: 'output', category: 'mobile-output',
defaults: { defaults: {
name: {value:""}, name: {value:""},
device: {value:""}, device: {value:""},

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pushover", "name" : "node-red-node-pushover",
"version" : "0.0.5", "version" : "0.0.6",
"description" : "A Node-RED node to send alerts via Pushover", "description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : { "dependencies" : {
"pushover-notifications" : "0.2.2" "pushover-notifications" : "0.2.2"

View File

@ -111,7 +111,7 @@
}); });
RED.nodes.registerType('twilio out',{ RED.nodes.registerType('twilio out',{
category: 'output', category: 'mobile-output',
defaults: { defaults: {
twilio:{type:"twilio-api",validate:function(v) { twilio:{type:"twilio-api",validate:function(v) {
return hasGlobal || (v && v!="_ADD_"); return hasGlobal || (v && v!="_ADD_");

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-twilio", "name" : "node-red-node-twilio",
"version" : "0.0.7", "version" : "0.0.8",
"description" : "A Node-RED node to send SMS messages via the Twilio service.", "description" : "A Node-RED node to send SMS messages via the Twilio service.",
"dependencies" : { "dependencies" : {
"twilio" : "1.6.0" "twilio" : "1.6.0"