update social nodes info

This commit is contained in:
Dave Conway-Jones
2016-02-12 14:05:10 +00:00
parent dd250a77bc
commit c60d62f27b
12 changed files with 32 additions and 33 deletions

View File

@@ -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>