You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Moved all API calls to own module for easier maintainability
20
28
- Added network ids to sync module and cameras to allow for multi-network use
21
-
- Removed dependency on video existance prior to camera setup (fixes `#93 <https://github.com/fronzbot/blinkpy/issues/#93>`_)
29
+
- Removed dependency on video existance prior to camera setup (fixes `#93 <https://github.com/fronzbot/blinkpy/issues/#93>`__)
22
30
- Camera wifi_strength now reported in wifi "bars" rather than dBm due to API endpoint change
23
31
- Use homescreen thumbnail as fallback in case it's not in the camera endpoint
24
32
- Removed "armed" and "status" attributes from camera (status of camera only reported by "motion_enabled" now)
25
33
- Added serial number attributes to sync module and cameras
26
-
- Check network_id from login response and verify that network is onboarded (fixes `#90 <https://github.com/fronzbot/#90>`_)
34
+
- Check network_id from login response and verify that network is onboarded (fixes `#90 <https://github.com/fronzbot/#90>`__)
27
35
- Check if retrieved clip is "None" prior to storing in cache
28
36
29
37
0.9.0 (2018-09-27)
@@ -55,26 +63,26 @@ A list of changes between each release
55
63
56
64
0.8.0 (2018-05-21)
57
65
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
58
-
- Added support for battery voltage level (fixes `#64 <https://github.com/fronzbot/blinkpy/issues/64>`_)
66
+
- Added support for battery voltage level (fixes `#64 <https://github.com/fronzbot/blinkpy/issues/64>`__)
59
67
- Added motion detection per camera
60
68
- Added fully accessible camera configuration dict
61
-
- Added celcius property to camera (fixes `#60 <https://github.com/fronzbot/blinkpy/issues/60>`_)
69
+
- Added celcius property to camera (fixes `#60 <https://github.com/fronzbot/blinkpy/issues/60>`__)
62
70
63
71
0.7.1 (2018-05-09)
64
72
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
65
-
- Fixed pip 10 import issue during setup (`@fronzbot <https://github.com/fronzbot/blinkpy/pull/61>`_)
73
+
- Fixed pip 10 import issue during setup (`@fronzbot <https://github.com/fronzbot/blinkpy/pull/61>`__)
66
74
67
75
0.7.0 (2018-02-08)
68
76
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69
77
- Fixed style errors for bumped pydocstring and pylint versions
70
-
- Changed Blink.cameras dictionary to be case-insensitive (fixes `#35 <https://github.com/fronzbot/blinkpy/issues/35>`_)
71
-
- Changed api endpoint for video extraction (fixes `#35 <https://github.com/fronzbot/blinkpy/issues/35>`_ and `#41 <https://github.com/fronzbot/blinkpy/issues/41>`_)
78
+
- Changed Blink.cameras dictionary to be case-insensitive (fixes `#35 <https://github.com/fronzbot/blinkpy/issues/35>`__)
79
+
- Changed api endpoint for video extraction (fixes `#35 <https://github.com/fronzbot/blinkpy/issues/35>`__ and `#41 <https://github.com/fronzbot/blinkpy/issues/41>`__)
72
80
- Removed last_motion() function from Blink class
73
81
- Refactored code for better organization
74
82
- Moved some request calls out of @property methods (enables future CLI support)
75
83
- Renamed get_summary() method to summary and changed to @property
76
84
- Added ability to download most recent video clip
77
-
- Improved camera arm/disarm handling (`@b10m <https://github.com/fronzbot/blinkpy/pull/50>`_)
85
+
- Improved camera arm/disarm handling (`@b10m <https://github.com/fronzbot/blinkpy/pull/50>`__)
78
86
- Added authentication to ``login()`` function and deprecated ``setup_system()`` in favor of ``start()``
79
87
- Added ``attributes`` dictionary to camera object
80
88
@@ -83,7 +91,7 @@ A list of changes between each release
83
91
- Removed redundent properties that only called hidden variables
84
92
- Revised request wrapper function to be more intelligent
85
93
- Added tests to ensure exceptions are caught and handled (100% coverage!)
86
-
- Added auto-reauthorization (token refresh) when a request fails due to an expired token (`@tySwift93 <https://github.com/fronzbot/blinkpy/pull/24>`_)
94
+
- Added auto-reauthorization (token refresh) when a request fails due to an expired token (`@tySwift93 <https://github.com/fronzbot/blinkpy/pull/24>`__)
87
95
- Added battery level string to reduce confusion with the way Blink reports battery level as integer from 0 to 3
0 commit comments