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:
@@ -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_");
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user