mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
parent
c19197f540
commit
f6a05823a9
@ -15,7 +15,7 @@
|
||||
<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>
|
||||
<p>For further info see the <a href="https://dweet.io/" target="_new">Dweet.io website</a>.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
@ -56,7 +56,7 @@
|
||||
<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 <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>
|
||||
<p>For further info see the <a href="https://dweet.io/" target="_new">Dweet.io website</a>.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-dweetio",
|
||||
"version" : "0.0.14",
|
||||
"version" : "0.0.15",
|
||||
"description" : "A Node-RED node to send and receive simple dweets",
|
||||
"dependencies" : {
|
||||
"node-dweetio" : "0.0.11"
|
||||
|
Loading…
Reference in New Issue
Block a user