Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 1.62 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.62 KB

dweet.io + Node-RED

A simple example of dweet.io. with Node-RED.

Visit dweet.io/play and create "dweets"

Assign URL in Node-RED function node

  • function node + http request node. No node-red-node-dweetio dependency.
  • msg.url='https://dweet.io:443/dweet/for/thermostat'; to create a dweet for {{a thing}}.
  • msg.url='https://dweet.io:443/get/latest/dweet/for/thermostat'; to read the latest dweet for {{a thing}}.

ecolect + dweet.io

Update ecolect example with dweet.io.

Related Posts