Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Releases: tchellomello/python-arlo

v0.0.2

09 May 04:48

Choose a tag to compare

version 0.0.2 (#15)

* set version to 0.0.1

* Support for ArloQ (#2)

* Support for ArloQ

* Moved all detection to same conditional

* Fixed lint issues

* Added tests for arm/disarm

* Added extra methods

* Implement method to refresh attrs

* Combined API_URL and force super()__init__() for ArloCamera

* Filter on Provisioned Devices (#3)

Filter on Provisioned Devices

* - Fixed lint error
      E502 the backslash is redundant between brackets

- Fixed super() constructor lint error
      E: 12,13: Bad first argument 'ArloGeneric' given to super() (bad-super-call)
      https://docs.quantifiedcode.com/python-anti-patterns/correctness/bad_first_argument_given_to_super.html

- Fixed build
 Travis: https://travis-ci.org/tchellomello/python-arlo/jobs/224846095

* WIP (#4)

Code refactoring

* Updated README.rst and added ArloBaseStation object.

* Updated pip git install

* Moved mode from Camera to Base Station

* Added method to show number of unseen videos

* Added Arlo Q camera (#9)

Fixes issue #7

* Implemented ability to reset unseen videos by camera or globally. (#10)

* Enhancements (#14)

* Refactoring

* Created function to return number of videos recorded today

*  - Simplified documentation
 - Created pretty_timestamp
 - Created method to refresh Arlo object

* Keeping simple name on README

* Added contributing.rst instructions

* Bump version 0.0.2