-
Notifications
You must be signed in to change notification settings - Fork 0
/
settingsmeta.json
30 lines (29 loc) · 1.08 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
{
"skillMetadata": {
"sections": [
{
"name": "Roon Account",
"fields": [
{
"type": "label",
"value": "",
"label": "This skill will try to automatically detect your Roon Core, you will need to approve the extension in your Roon Core settings. Ask mycroft 'What is the status of Rooon?' to see if it is connected. Your Roon Core must be running and accessible on the same network as your Mycroft device."
},
{
"name": "host",
"type": "text",
"label": "Host/IP Address",
"value": "",
"placeholder": "Hostname or IP Address of Roon Core"
},
{
"name": "port",
"type": "number",
"label": "Port",
"value": "9330"
}
]
}
]
}
}