What's Changed * Updates by natekspencer in https://github.com/natekspencer/pylitterbot/pull/42 * Move some common methods to top level Robot object and implement them in each subclass. * Adjust litter_level on LR4 to round to nearest 10 percent * Adjust LR4 status to show full only when idle by natekspencer in https://github.com/natekspencer/pylitterbot/pull/43 * Bump tox from 3.25.1 to 3.26.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/44 * Bump pylint from 2.15.0 to 2.15.2 by dependabot in https://github.com/natekspencer/pylitterbot/pull/45 * Adjust litter_level reporting wait time to 1 minute while cleaning by natekspencer in https://github.com/natekspencer/pylitterbot/pull/46
Breaking Change * Robots now require instantiation via a data dictionary and account object (see https://github.com/natekspencer/pylitterbot/pull/35)
What's Changed * Bump black from 22.6.0 to 22.8.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/30 * Bump pytest from 7.1.2 to 7.1.3 by dependabot in https://github.com/natekspencer/pylitterbot/pull/31 * Bump pylint from 2.14.5 to 2.15.0 by dependabot in https://github.com/natekspencer/pylitterbot/pull/33 * Bump flake8 from 4.0.1 to 5.0.4 by dependabot in https://github.com/natekspencer/pylitterbot/pull/32 * Add additional functionality to Litter-Robot 4 by natekspencer in https://github.com/natekspencer/pylitterbot/pull/34 * Cleanup robot init params and make data and account params required by natekspencer in https://github.com/natekspencer/pylitterbot/pull/35
New Contributors * dependabot made their first contribution in https://github.com/natekspencer/pylitterbot/pull/30