mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
serial control rc 1
This commit is contained in:
@@ -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:""},
|
||||
|
||||
Reference in New Issue
Block a user