From f3b472b2d00c3f1158f44f0322aa1377eee6f727 Mon Sep 17 00:00:00 2001 From: John Gustafsson Date: Fri, 10 Jul 2015 00:39:58 +0200 Subject: [PATCH] Added Telldus Live! to config-sample.json --- config-sample.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config-sample.json b/config-sample.json index dc8b7de..201c8f1 100644 --- a/config-sample.json +++ b/config-sample.json @@ -2,6 +2,14 @@ "description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.", "platforms": [ + { + "platform" : "TelldusLive", + "name" : "Telldus Live!", + "public_key" : "telldus public key", + "private_key" : "telldus private key", + "token" : "telldus token", + "token_secret" : "telldus token secret" + }, { "platform": "Wink", "name": "Wink",