apexad / eufy-robovac

NodeJS library to control Eufy RoboVac
MIT License
59 stars 17 forks source link

API events for the vacuum bumping into objects? #27

Closed davidhaas6 closed 2 years ago

davidhaas6 commented 2 years ago

Does the Eufy API expose more granular info like when the vacuum bumps into an object? How would one go about adding this to your API?

davidhaas6 commented 2 years ago

My goal is to have my vacuum shout expletives when it hits things 😈

apexad commented 2 years ago

See this line of the code for the reported errors: https://github.com/apexad/eufy-robovac/blob/master/src/index.ts#L10