serial control rc 1

This commit is contained in:
Yoonseok Hur
2023-11-19 19:01:27 +09:00
parent 10176b5b90
commit 08f2b751db
3 changed files with 7 additions and 6 deletions

View File

@@ -366,7 +366,7 @@
});
</script>
<script type="text/html" data-template-name="port select">
<script type="text/html" data-template-name="serial control">
<div class="form-row node-input-serial">
<label for="node-input-serial"><i class="fa fa-random"></i> <span data-i18n="serial.label.serialport"></span></label>
<input type="text" id="node-input-serial">
@@ -378,7 +378,7 @@
</script>
<script type="text/javascript">
RED.nodes.registerType('port select',{
RED.nodes.registerType('serial control',{
category: 'network',
defaults: {
name: {name:""},