forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill-enclosure-ctrl.json
41 lines (41 loc) · 1.1 KB
/
skill-enclosure-ctrl.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
40
41
{
"skill_id": "skill-enclosure-ctrl.openvoiceos",
"source": "https://github.com/OVOSHatchery/ovos-skill-mark1-ctrl",
"package_name": "ovos-skill-mark1-ctrl",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://w7.pngwing.com/pngs/645/1014/png-transparent-mycroft-amazon-echo-open-source-model-raspberry-pi-home-automation-kits-microphone-creative-advertising-electronics-linux-amazon-echo-thumbnail.png",
"images": [],
"name": "Enclosure Control",
"description": "Controls the enclosure API vocally. This skill can be used to trigger changes in the enclosure.",
"examples": [
"look up",
"look down",
"look left",
"look right",
"look left and right",
"look up and down",
"reset enclosure",
"narrow your eyes",
"spin your eyes",
"blink your eyes",
"perform system reboot",
"system mute",
"system unmute",
"smile animation",
"listen animation",
"think animation"
],
"tags": [
"mark1",
"enclosure control",
"animation",
"system control"
]
}