Skip to content

blinkpy-0.7.0

Compare
Choose a tag to compare
@fronzbot fronzbot released this 08 Feb 22:02
· 1529 commits to master since this release
d38d304
  • Fixed style errors for bumped pydocstring and pylint versions
  • Changed Blink.cameras dictionary to be case-insensitive (fixes #35)
  • Changed api endpoint for video extraction (fixes #35 and #41)
  • Removed last_motion() function from Blink class
  • Refactored code for better organization
  • Moved some request calls out of @property methods
  • Renamed get_summary() method to summary and changed to @property
  • Added ability to download most recent video clip
  • Improved camera arm/disarm handling (@b10m)
  • Added authentication to login() function and deprecated setup_system() in favor of start()
  • Added attributes dictionary to camera object