Move ping and wol nodes to network category

This commit is contained in:
dceejay 2015-03-04 19:57:22 +00:00
parent 8df7189058
commit 5b6cca1dd0
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@
<script type="text/javascript">
RED.nodes.registerType('ping',{
category: 'advanced-input',
category: 'network-input',
color:"#fdf0c2",
defaults: {
name: {value:""},

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-ping",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
"dependencies" : {
},

View File

@ -33,7 +33,7 @@
<script type="text/javascript">
RED.nodes.registerType('wake on lan',{
category: 'advanced-output',
category: 'network-output',
color:"#999966",
defaults: {
mac: {value:""},

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-wol",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
"dependencies" : {
"wake_on_lan" : "0.0.4"