-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsettingsmeta.json
27 lines (27 loc) · 1004 Bytes
/
settingsmeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"skillMetadata": {
"sections": [
{
"name": "Account Information",
"fields": [
{
"type": "label",
"label": "Your <a href='https://www.wink.com'>Wink</a> hubs will be used to control your home automation equipment. In order to do this, you must enter your Wink account information below. Use the Wink app on your smartphone to further configure device names and groups."
},
{
"name": "email",
"type": "email",
"label": "Registered Email",
"value": ""
},
{
"name": "password",
"type": "password",
"label": "Wink Password",
"value": ""
}
]
}
]
}
}