From 3c5cfaa2b86164fa53e31ecb7460c6c905b0c2cb Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Mon, 18 May 2015 22:09:58 -0400 Subject: [PATCH] drop the Wink example since Wink devices will be powered by the platform, not by individual device configs --- config-sample.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config-sample.json b/config-sample.json index 0406aa8..1afbd81 100644 --- a/config-sample.json +++ b/config-sample.json @@ -69,15 +69,6 @@ "device_id": "E1", "protocol": "pl", "can_dim": true - }, - { - "accessory": "Wink", - "client_id": "YOUR_WINK_API_CLIENT_ID", - "client_secret": "YOUR_WINK_API_CLIENT_SECRET", - "username": "your@email.com", - "password": "WINK_PASSWORD", - "name": "Family Room Lamp", - "description": "Lamp on the left side of the room" } ] }