mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Move ping and wol nodes to network category
This commit is contained in:
parent
8df7189058
commit
5b6cca1dd0
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('ping',{
|
RED.nodes.registerType('ping',{
|
||||||
category: 'advanced-input',
|
category: 'network-input',
|
||||||
color:"#fdf0c2",
|
color:"#fdf0c2",
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""},
|
name: {value:""},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-ping",
|
"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.",
|
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('wake on lan',{
|
RED.nodes.registerType('wake on lan',{
|
||||||
category: 'advanced-output',
|
category: 'network-output',
|
||||||
color:"#999966",
|
color:"#999966",
|
||||||
defaults: {
|
defaults: {
|
||||||
mac: {value:""},
|
mac: {value:""},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-wol",
|
"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",
|
"description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"wake_on_lan" : "0.0.4"
|
"wake_on_lan" : "0.0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user