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:
@@ -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:""}
|
||||
|
@@ -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.*",
|
||||
|
Reference in New Issue
Block a user