mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Return all feed data (#743)
This commit is contained in:
@@ -83,7 +83,9 @@
|
||||
|
||||
<script type="text/x-red" data-help-name="emoncms in">
|
||||
<p>Fetches data from emoncms.</p>
|
||||
<p>The <code>msg.payload</code> contains last emoncms feed value
|
||||
<p>The <code>msg.topic</code> contains the name of the Feed</p>
|
||||
<p>The <code>msg.payload</code> contains last emoncms feed value</p>
|
||||
<p>The <code>msg.feed_data</code> contains all the feed data</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user