MyRobotLab / InMoov

inmoov repo
http://myrobotlab.org
87 stars 64 forks source link

InMoov still ear after lockOutAllGrammarExcept is set #193

Open moz4r opened 5 years ago

moz4r commented 5 years ago

I think we need a global logic for lockOutAllGrammarExcept. If we use API, or chatbot UI to send command, even with ear.lockOutAllGrammarExcept() , robot will react. ( so, not using webkitspeech only )

We need something like : i01.lockOutAllGrammarExcept() This will do : ear.lockOutAllGrammarExcept() chatbot.lockOutAllGrammarExcept()

off course with global clearLock() also