From 05cce9c34c38f4c812403b5c2f20dd47693d2857 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Tue, 12 May 2015 01:23:11 -0400 Subject: [PATCH] add Wink accessory sample --- config-sample.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config-sample.json b/config-sample.json index ef9d467..0b9ca0f 100644 --- a/config-sample.json +++ b/config-sample.json @@ -58,6 +58,15 @@ "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" } ] }