mintuz / BB8-Commander

A Node CLI Tool for the Sphero BB8 Robot every loves.
MIT License
70 stars 17 forks source link

Disconnect command does not seem to properly stop BB8 #17

Open chr0n1x opened 8 years ago

chr0n1x commented 8 years ago

I think that the stopOnDisconnect() function mentioned in the docs might accomplish this?

I ran into this when I ran the command, but the lights didn't turn off or anything. Not sure if this is expected behavior, but it's @ the very least not consistent with what the iOS seems to do.

chr0n1x commented 8 years ago

@mintuz

mintuz commented 8 years ago

Hello, when you run the disconnect command are you quitting the other action you are running. No other action should be running when disconnecting but if that's a usecase then the stopOnDisconnect may help.

Anyways I'll take a look for you.

On 9 Mar 2016, at 05:57, Kevin Ran notifications@github.com wrote:

I think that the stopOnDisconnect() function mentioned in the docs might accomplish this?

I ran into this when I ran the command, but the lights didn't turn off or anything. Not sure if this is expected behavior, but it's @ the very least not consistent with what the iOS seems to do.

— Reply to this email directly or view it on GitHub.

chr0n1x commented 8 years ago

@mintuz thank you! I'm ctrl+c'ing the other action (such as disco or desk-mate) before running the disconnect command.