You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
It'd be cool if you could add a generic way to interface with your skills without having to bake the intent data/utterances (like "turn on the light") into the skill itself. That could make it a lot easier to create your own custom Things that are controlled by arbitrary utterances.
I imagine you could accomplish this by having a lead-in word that fires the intent as well, but is then stripped before being passed.
"Hey Mycroft, Assistant turn on the lights" or something similar (substitute "IoT", "Hub", "Home", "Fox", or some Mozilla IoT branding word for "Assistant").
That gets parsed into "turn on the lights" before being sent to MIoT
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It'd be cool if you could add a generic way to interface with your skills without having to bake the intent data/utterances (like "turn on the light") into the skill itself. That could make it a lot easier to create your own custom Things that are controlled by arbitrary utterances.
I imagine you could accomplish this by having a lead-in word that fires the intent as well, but is then stripped before being passed.
"Hey Mycroft, Assistant turn on the lights"
or something similar (substitute "IoT", "Hub", "Home", "Fox", or some Mozilla IoT branding word for "Assistant").That gets parsed into
"turn on the lights"
before being sent to MIoTThe text was updated successfully, but these errors were encountered: