Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jotadepicas
jotadepicas / dummy.html
Created March 23, 2016 15:38
Dummy node to replace rpi-gpio node when not running on a Pi
<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>