mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Move several nodes to "mobile" category
Nma, pushbullet, pusher, pushover, twilio
This commit is contained in:
@@ -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",
|
||||
|
@@ -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:""},
|
||||
|
Reference in New Issue
Block a user