forked from stianaske/pybotvac
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few changes before merging into main branch: - Create UnsupportedDevice exception class, to simplify catching exception in user code. - Create read-only properties for available_services and service_version. - Check that service version is supported once (in __init__), to avoid code duplication. - Renamed a few variables for PEP 8 compliance. - Bumped version
- Loading branch information
Showing
2 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name='pybotvac', | ||
version='0.0.3', | ||
version='0.0.4', | ||
description='Python package for controlling Neato pybotvac Connected vacuum robot', | ||
author='Stian Askeland', | ||
author_email='[email protected]', | ||
|