-
Notifications
You must be signed in to change notification settings - Fork 32
/
settingsmeta.json
28 lines (28 loc) · 1.76 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
{
"skillMetadata": {
"sections": [
{
"name": "Alarm Sound",
"fields": [
{
"type": "label",
"label": "Choose the sound to play when your alarms go off. <P/>Previews:<p/><ul><h4>Constant Beep</h4><audio controls><source src='https://raw.githubusercontent.com/MycroftAI/skill-alarm/18.08/sounds/constant_beep.mp3' type='audio/mpeg'></audio><h4>Beep-Beep-Beep-Beep</h4><audio controls><source src='https://raw.githubusercontent.com/MycroftAI/skill-alarm/18.08/sounds/beep4.mp3' type='audio/mpeg'></audio><h4>Escalating Beeps</h4><audio controls><source src='https://raw.githubusercontent.com/MycroftAI/skill-alarm/18.08/sounds/escalate.mp3' type='audio/mpeg'></audio><h4>Bell</h4><audio controls><source src='https://raw.githubusercontent.com/MycroftAI/skill-alarm/18.08/sounds/bell.mp3' type='audio/mpeg'></audio><h4>Gentle Chimes</h4><audio controls><source src='https://raw.githubusercontent.com/MycroftAI/skill-alarm/18.08/sounds/chimes.mp3' type='audio/mpeg'></audio></ul>"
},
{
"name": "sound",
"type": "select",
"label": "Selection:",
"options": "Beep-Beep-Beep-Beep|beep4;Bell|bell;Constant Beep (default)|beep;Escalating Beeps|escalate;Gentle Chimes|chimes",
"value": "beep"
},
{
"name": "start_quiet",
"type": "checkbox",
"label": "Start Quietly, Grow Louder",
"value": "false"
}
]
}
]
}
}