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">
RED.nodes.registerType('nma',{
category: 'output',
category: 'mobile-output',
defaults: {
title: {value:""},
name: {value:""}

View File

@ -1,6 +1,6 @@
{
"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",
"dependencies" : {
"nma" : "0.2.2"

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"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",
"dependencies" : {
"pusher": "1.0.5",

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"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.",
"dependencies" : {
"twilio" : "1.6.0"