mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update social nodes info
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="dweetio out">
|
||||
<p>Sends the <b>msg.payload</b> to Dweet.io</p>
|
||||
<p>Optionally uses <b>msg.thing</b> to set the thing id, if not already set in the properties.</p>
|
||||
<p>Sends the <code>msg.payload</code> to Dweet.io</p>
|
||||
<p>Optionally uses <code>msg.thing</code> to set the thing id, if not already set in the properties.</p>
|
||||
<p>You need to make the thing id unique - you are recommended to use a GUID.<p>
|
||||
<p>For further info see the <a href="https://dweetio.io/" target="_new">Dweet.io website</a>.</p>
|
||||
</script>
|
||||
@@ -70,7 +70,7 @@
|
||||
<script type="text/x-red" data-help-name="dweetio in">
|
||||
<p>Listens for messages from Dweet.io</p>
|
||||
<p>The thing id should be globally unique as they are all public - you are recommended to use a GUID.<p>
|
||||
<p>The Thing ID is set into <b>msg.dweet</b>, and the timesamp into <b>msg.created</b>.</p>
|
||||
<p>The Thing ID is set into <code>msg.dweet</code>, and the timesamp into <code>msg.created</code>.</p>
|
||||
<p>For further info see the <a href="https://dweetio.io/" target="_new">Dweet.io website</a>.</p>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user