Deprecated old socket nodes

This commit is contained in:
Nicholas O'Leary
2013-10-13 19:25:53 +01:00
parent eb9b31a21b
commit fff61861c1
6 changed files with 8 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
<script type="text/javascript">
RED.nodes.registerType('socket out',{
category: 'output',
category: 'deprecated',
color:"Silver",
defaults: {
host: {value:"127.0.0.1",required:true},