node-red-contrib-smartnode
Version:
this project is a nodejs package for making the nodered support the Smart Device development. the pacakge require node-red enviroment.
48 lines (35 loc) • 1.26 kB
HTML
<!--
Copyright 2015 Maker Collider
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/x-red" data-help-name="add-strings">
<h3 id="add-strings node">Add string node</h3>
<p>This node allow user add string before/after the msg.payload.</p>
<h4 id="Parameter">Parameter</h4>
<ol>
<li>Name:Name</li>
<li>Prepend:Prepend string</li>
<li>Append:Append string</li>
</ol>
<h4 id="Input">Input</h4>
<ol>
<li>msg.payload: Input string</li>
</ol>
<h4 id="Output">Output</h4>
<ol>
<li>msg.payload:appended string</li>
</ol>
<h4 id="usage">usage</h4>
<ol>
<li>configurate every parameter in the node</li>
<li><code>msg.payload</code> cna be a string which is composed of the number, character, chinaese or Special character.</li>
</ol>
</script>