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:
@@ -55,7 +55,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('pushover',{
|
||||
category: 'output',
|
||||
category: 'mobile-output',
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
device: {value:""},
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user