Skip to content

blinkpy-0.10.0

Compare
Choose a tag to compare
@fronzbot fronzbot released this 16 Oct 21:44
· 1429 commits to master since this release
4e6957a
  • Moved all API calls to own module for easier maintainability
  • Added network ids to sync module and cameras to allow for multi-network use
  • Removed dependency on video existance prior to camera setup (fixes #93 <https://github.com/fronzbot/blinkpy/issues/#93>_)
  • Camera wifi_strength now reported in wifi "bars" rather than dBm due to API endpoint change
  • Use homescreen thumbnail as fallback in case it's not in the camera endpoint
  • Removed "armed" and "status" attributes from camera (status of camera only reported by "motion_enabled" now)
  • Added serial number attributes to sync module and cameras
  • Check network_id from login response and verify that network is onboarded (fixes #90 <https://github.com/fronzbot/#90>_)
  • Check if retrieved clip is "None" prior to storing in cache