mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	do the x-red thing to smooth node
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
 | 
			
		||||
<script type="text/x-red" data-template-name="smooth">
 | 
			
		||||
<script type="text/html" data-template-name="smooth">
 | 
			
		||||
    <div class="form-row">
 | 
			
		||||
        <label for="node-input-property"><i class="fa fa-ellipsis-h"></i> <span data-i18n="node-red:common.label.property"></span></label>
 | 
			
		||||
        <input type="text" id="node-input-property" style="width:70%;"/>
 | 
			
		||||
@@ -45,7 +45,7 @@
 | 
			
		||||
    <div class="form-tips" id="node-tip">Tip: This node ONLY works with numbers.</div>
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<script type="text/x-red" data-help-name="smooth">
 | 
			
		||||
<script type="text/html" data-help-name="smooth">
 | 
			
		||||
    <p>A simple node to provide various functions across several previous values, including max, min, mean, high and low pass filters.</p>
 | 
			
		||||
    <p>Messages arriving with different <code>msg.topic</code> can be treated as separate streams if so configured.</p>
 | 
			
		||||
    <p>Max, Min and Mean work over a specified number of previous values.</p>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user