Metadata-Version: 2.4
Name: ovos-skill-mark1-ctrl
Version: 0.0.3a5
Summary: OVOS Mark 1 enclosure control skill
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-mark1-ctrl
Keywords: ovos,skill,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-color-parser>=0.0.8a1
Requires-Dist: ovos-i2c-detection>=0.0.6a1
Provides-Extra: test
Requires-Dist: ovoscope<2.0.0,>=1.5.0; extra == "test"
Requires-Dist: pytest<9,>=7.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0.0; extra == "test"
Requires-Dist: ovos-core<2.3.0,>=2.2.4a1; extra == "test"
Requires-Dist: ovos-padatious<2.0.0,>=1.8.0a1; extra == "test"
Requires-Dist: ovos-workshop<9.0.0,>=8.3.0a1; extra == "test"
Requires-Dist: ovos-bus-client<3.0.0,>=2.2.0a1; extra == "test"
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.9.0a1; extra == "test"
Requires-Dist: ovos-config<3.0.0,>=2.1.4a5; extra == "test"
Requires-Dist: ovos-utils<1.0.0,>=0.13.4a1; extra == "test"
Requires-Dist: ovos-spec-tools<2.0.0,>=1.4.0a1; extra == "test"
Dynamic: license-file

## Mark1 Enclosure Control

An OVOS skill that controls the Mycroft Mark 1 enclosure by voice.

## Description

The Mycroft Mark 1 has a matrix of eyes that can change color and play
animations. This skill lets you control those eyes and other enclosure
features by voice, including eye color, brightness, and eye movement
animations.

Set the eye color to a named color ("blue", "magenta", "teal", and others)
or to a custom RGB value. See
[ovos-color-parser](https://github.com/OpenVoiceOS/ovos-color-parser) for
the full list of supported colors and formats.

## Install

```bash
pip install ovos-skill-mark1-ctrl
```

## Examples

* "Set your eye color to green"
* "Set a custom eye color" (you'll be prompted for values)
* "Dim to 50%"
* "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"

* "smile animation"
* "listen animation"
* "think animation"

## Related projects

* [ovos-color-parser](https://github.com/OpenVoiceOS/ovos-color-parser): parses the color names and values this skill accepts
* [ovos-i2c-detection](https://github.com/OpenVoiceOS/ovos-i2c-detection): detects the Mark 1 enclosure hardware this skill controls

## License

Apache-2.0

## Credits

JarbasAI

[MycroftAI](https://github.com/MycroftAI/mycroft-mark-1)
