-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettingsmeta.json
33 lines (33 loc) · 1.43 KB
/
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
28
29
30
31
32
33
{
"name": "Roku",
"color": "#ff00ff",
"skillMetadata": {
"sections": [
{
"name": "Roku",
"fields": [
{
"type": "label",
"label": "Enter all or part of the serial number of the roku you want to control. You can find this by starting from the Roku's home screen, then going to Settings>System>About and then entering all or part of the serial number. You can leave this blank if you just want it to control the first roku it finds."
},
{
"name": "serial",
"type": "text",
"label": "Serial Number [Optional]",
"value": ""
},
{
"type": "label",
"label": "Enter the IP address of the roku. Normally, the roku may be discovered automatically. If this doesn't work for any reason, you can enter the IP address of your roku manually. Note: Only use this option if you have a static IP address assigned for your roku."
},
{
"name": "staticAddress",
"type": "text",
"label": "IP Address [Optional]",
"value": ""
}
]
}
]
}
}