Skip to content

2022.9.5

Compare
Choose a tag to compare
@natekspencer natekspencer released this 19 Sep 17:28
· 308 commits to main since this release

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