mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
cleanup some old x-red label - no new node versions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<script type="text/x-red" data-help-name="PID control">
|
||||
<script type="text/html" data-help-name="PID control">
|
||||
<p>A PID controller node.</p>
|
||||
<p>This node ONLY expects a numeric <code>msg.payload</code> containing the current reading.
|
||||
It will output the correction that needs to be applied in order to move to the preset <i>set point</i> value.</p>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="PID control">
|
||||
<script type="text/html" data-template-name="PID control">
|
||||
<div class="form-row">
|
||||
<label for="node-input-target" style="width:120px;"><i class="fa fa-dot-circle-o"></i> Set Point</label>
|
||||
<input type="text" id="node-input-target" placeholder="target value" style="width:60%;">
|
||||
|
Reference in New Issue
Block a user