From df71f21c9ad8a6aaa43b82916740861fcaa771a6 Mon Sep 17 00:00:00 2001 From: sweidinger Date: Sun, 1 Mar 2015 10:37:09 +0100 Subject: [PATCH] Update config-sample.json --- config-sample.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config-sample.json b/config-sample.json index ca0b69b..43f0a74 100644 --- a/config-sample.json +++ b/config-sample.json @@ -43,6 +43,13 @@ "password": "your-comcast-password", "dsig": "your-digital-signature", "pin": "your-security-system-pin-code" + }, + { + "accessory": "HomeMaticCCU", + "name": "Light", + "description": "HomeMatic Variable as PowerPlug", + "ccu_id": "3158" + "ccu_ip": "10.0.1.18" } ] -} \ No newline at end of file +}