mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Migrate icons.
This commit is contained in:
@@ -16,19 +16,19 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="heatmiser-out">
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-uuid"><i class="icon-tag"></i> IP Address</label>
|
||||
<label for="node-input-uuid"><i class="fa fa-tag"></i> IP Address</label>
|
||||
<input type="text" id="node-input-ip" placeholder="192.168.0.1">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="icon-tag"></i> PIN</label>
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> PIN</label>
|
||||
<input type="text" id="node-input-pin" placeholder="1234">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="icon-tag"></i> Poll time (in minutes)</label>
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Poll time (in minutes)</label>
|
||||
<input type="text" id="node-input-pollTime" placeholder="30">
|
||||
</div>
|
||||
<div class="form-tips">Expects a msg.payload with a JSON object that contains settings for the Heatmiser thermostat</div>
|
||||
|
Reference in New Issue
Block a user