Skip to content

Releases: natekspencer/pylitterbot

2022.10.1

11 Oct 15:55
c261cac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.10.0...2022.10.1

2022.10.0

10 Oct 19:29
b084974
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.9.6...2022.10.0

2022.9.6

22 Sep 20:24
35bdd82
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.9.5...2022.9.6

2022.9.5

19 Sep 17:28
Compare
Choose a tag to compare

Breaking Changes

  • Activity class (get_activity_history method of LitterRobot)
    • Removed unit_status and count
    • Added action which can be a LitterBoxStatus or str
  • Insight class (get_insight method of LitterRobot)
    • cycle_history type is now list[tuple[date, int]] rather than list[Activity]
  • Removed get_activity_history and get_insight from FeederRobot
  • from_litter_robot_timestamp has been renamed to to_timestamp

What's Changed

Full Changelog: 2022.9.3...2022.9.5

2022.9.3

16 Sep 15:22
8cad59b
Compare
Choose a tag to compare

What's Changed

  • Updates by @natekspencer in #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 #43
  • Bump tox from 3.25.1 to 3.26.0 by @dependabot in #44
  • Bump pylint from 2.15.0 to 2.15.2 by @dependabot in #45
  • Adjust litter_level reporting wait time to 1 minute while cleaning by @natekspencer in #46

Full Changelog: 2022.9.2...2022.9.3

2022.9.2

08 Sep 23:53
4ad2869
Compare
Choose a tag to compare

What's Changed

  • Litter-Robot 4 updates
    • Add litter_level property
    • Add additional statuses
    • Implement get_insight method
  • Feeder-Robot updates
    • Add last_feeding, last_meal and last_snack properties

Full Changelog: 2022.9.1...2022.9.2

2022.9.1

08 Sep 15:49
0dbe76b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.9.0...2022.9.1

2022.9.0

04 Sep 00:24
102c4dc
Compare
Choose a tag to compare

Breaking Change

  • Robots now require instantiation via a data dictionary and account object (see #35)

What's Changed

New Contributors

Full Changelog: 2022.8.2...2022.9.0

2022.8.2

29 Aug 17:31
bdc535c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.8.1...2022.8.2

2022.8.1

26 Aug 21:03
0c3ed48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.8.0...2022.8.1