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",