refactor(gateway): move to a dedicated category
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('xiaomi-gateway in',{
|
||||
category: 'xiaomi',
|
||||
category: 'xiaomi in-out',
|
||||
color: '#087F8A',
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
@@ -99,7 +99,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('xiaomi-gateway out',{
|
||||
category: 'xiaomi',
|
||||
category: 'xiaomi in-out',
|
||||
color: '#087F8A',
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
|
||||
Reference in New Issue
Block a user