This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/x-red" data-template-name="rpi-gpio in"> | |
<div class="form-row"> | |
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="common.label.name"></span></label> | |
<input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name"> | |
</div> | |
</script> | |
<script type="text/x-red" data-help-name="rpi-gpio in"> | |
<p>Dummy placeholder node for rpi-gpio.</p> |