Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding missing evac const for Roomba i7+ bin #51

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Adding missing evac const for Roomba i7+ bin #51

merged 1 commit into from
Nov 24, 2020

Conversation

jasperslits
Copy link

The Roomba i7+ consists of a Roomba i7 plus a bin, allowing the robot to self-empty itself if the built-in bin is full.

The roombapy currently misses a constant in const.py and this causes an exception when this action is performed.

This PR fixes #50

(This is my first PR, I hope it's done properly)

@pschmitt
Copy link
Owner

@jasperslits You've done it properly. Thanks!

@pschmitt pschmitt merged commit 0e477fa into pschmitt:master Nov 24, 2020
@pschmitt
Copy link
Owner

This is included in 1.6.2

https://pypi.org/project/roombapy/1.6.2/

@jasperslits jasperslits deleted the fix_missing_const branch November 24, 2020 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing evac key in const.py causes exception
2 participants