-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsettingsmeta.json
39 lines (39 loc) · 1.35 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
34
35
36
37
38
39
{
"skillMetadata": {
"sections": [
{
"name": "Eyes",
"fields": [
{
"type": "label",
"label": "Eye color can be a <a href='https://github.com/MycroftAI/mycroft-mark-1/blob/master/dialog/en-us/colors.value'>color name</a>, such as 'default' or 'deep pink'; an RGB triple like '(34, 167, 240)'; or a hex color code like '#22A7F0'"
},
{
"name": "eye color",
"type": "text",
"label": "Eye Color",
"placeholder": "default",
"value": "default"
},
{
"type": "checkbox",
"name": "auto_dim_eyes",
"label": "Dim when not active",
"value": "false"
}
]
},
{
"name": "Behavior",
"fields": [
{
"type": "checkbox",
"name": "use_listening_beep",
"label": "Play beep when listening",
"value": "true"
}
]
}
]
}
}