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

@@ -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:""}