From 18ec2a84764b79c3da44f7022a1670a627798920 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 13 Nov 2019 20:12:04 +0100 Subject: [PATCH] dweet.io: Update README --- dweetio/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dweetio/README.md b/dweetio/README.md index 829837f0..f8fb84f7 100644 --- a/dweetio/README.md +++ b/dweetio/README.md @@ -1,2 +1,9 @@ # Dweetio +Connect nymea to dweet.io. + +Using this plugin you can post messages to dweet.io from nymea or subscribe nymea to dweets from other IoT devices. + +To post data from nymea set up a new "Post" thing using the thing name of your choice, then create a rules in nymea that call your thing's post action. + +To follow to other dweets, create a new "Get" thing with the thing name you'd like to follow. It will produce events in nymea which can be used to launch other things, or just get logged in nymea's log database.