-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
] | ||
} |