add Wink accessory sample

This commit is contained in:
Jon Maddox
2015-05-12 01:23:11 -04:00
parent 70dff1c6e2
commit 05cce9c34c

View File

@@ -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"
}
]
}