stianaske / pybotvac

Python module for interacting with Neato Botvac Connected vacuum robots.
MIT License
85 stars 44 forks source link

Fix for multiple robots #12

Closed raymccarthy closed 7 years ago

raymccarthy commented 7 years ago

Iasue identified by @MartinHjelmare. Tested on Home assitant.

raymccarthy commented 7 years ago

Copied the wrong version first, sorry. Correct code now in commit

f360e76

self._maps.update({robot.serial: resp2.json()})

stianaske commented 7 years ago

Thanks! Fixed small typo and merged into master (robot.serial changed to robot['serial']).