Fix emoncms spilling mistake

Also add it as an npm package node-red-node-emoncms
This commit is contained in:
dceejay
2015-01-04 20:34:12 +00:00
parent 2469d25419
commit 0065227c68
4 changed files with 242 additions and 4 deletions

View File

@@ -30,10 +30,11 @@
</script>
<script type="text/x-red" data-help-name="emoncms">
<p>Emoncms post.</p>
<p>The <b>msg.payload</b> can contain either a comma separated list of name value pairs ex. name:value,... or a comma separated list of values ex. 1,2,.. .
<p>If Node is left blank <b>msg.nodegrpup</b> will used.</p>
<p>Insertion time can be manipulated by setting <b>msg.time</b>.</p>
<p>Posts data to Emoncms.</p>
<p>The <b>msg.payload</b> can contain either a comma separated list of name
value pairs ex. name:value,... or a comma separated list of values ex. 1,2,.. .
<p>If Node is left blank <b>msg.nodegroup</b> will used.</p>
<p>Insertion time can be manipulated by setting <b>msg.time</b>.</p>
</script>
<script type="text/javascript">