B10m
87643ddcab
Reflect changes in tests
2018-02-03 01:11:27 +01:00
B10m
017d8aa6c0
Handle the armed status better
...
Blink allows users to arm/disarm individual cameras. This is pretty useful for
inside and outside cameras, for instance.
The 'armed' information in the JSON however, merely indicates whether the
*system* is armed, not whether the camera itself is armed. This value, which is
the same as blink.arm, does not indicate whether the camera has motion
detection enabled.
In the JSON, the true status information lies in the 'active' key. The value
can be 'armed', 'disarmed' or 'disabled'. This commit reflects that value
in the armed property.
2018-02-03 00:32:20 +01:00
Kevin Fronczak and GitHub
87b83465b3
Merge pull request #48 from fronzbot/update-readme
...
Add doc badge
2018-01-20 23:26:57 -05:00
Kevin Fronczak
a1900f0130
Add doc badge
2018-01-20 23:26:03 -05:00
Kevin Fronczak and GitHub
cf9ecff529
Merge pull request #47 from fronzbot/docs
...
Updated theme
2018-01-20 23:18:14 -05:00
Kevin Fronczak
db3dee81e9
Updated theme
2018-01-20 23:17:06 -05:00
Kevin Fronczak and GitHub
798032be08
Merge pull request #46 from fronzbot/docs
...
Add documentation
2018-01-20 23:01:44 -05:00
Kevin Fronczak
d6834dca06
Ignore docs for Hound
2018-01-20 22:57:38 -05:00
Kevin Fronczak
933cd7229a
Add documentation
2018-01-20 22:53:02 -05:00
Kevin Fronczak and GitHub
8e51a86971
Merge pull request #45 from fronzbot/video-clip-support
...
Added ability to download recent video clip
2018-01-20 20:22:36 -05:00
Kevin Fronczak
8ab44041eb
Added ability to download recent video clip
2018-01-20 20:13:33 -05:00
Kevin Fronczak
79191d757a
Changed coveralls badge to dev branch
2018-01-20 20:03:28 -05:00
Kevin Fronczak and GitHub
7d01f54d73
Merge pull request #44 from fronzbot/update-api
...
Update Blink API Calls
2018-01-20 20:00:55 -05:00
Kevin Fronczak
63c0e11cc9
Fix linting error
2018-01-20 19:57:06 -05:00
Kevin Fronczak
7347d03f93
Added case-sensitive test, logged all changes
2018-01-20 19:53:27 -05:00
Kevin Fronczak
fffb10d7e6
Refactored unit tests for special functions
2018-01-20 19:41:15 -05:00
Kevin Fronczak
91b3de1444
Refactored requests, expanded video retreival
...
- Removed blinkpy.last_motion()
- blinkpy.get_summary() changed to blinkpy.summary property
2018-01-20 16:53:38 -05:00
Kevin Fronczak
8340f2f78a
WIP Simplified unit tests
2018-01-20 15:38:37 -05:00
Kevin Fronczak
e65840d269
Fix lint
2018-01-20 11:43:46 -05:00
Kevin Fronczak
c245bc24a6
Added video retrieval
2018-01-20 11:35:01 -05:00
Kevin Fronczak
71ebc3dc8a
Updated links to retrieve images
2018-01-20 10:42:14 -05:00
Kevin Fronczak and GitHub
7ade321dd3
Merge pull request #43 from fronzbot/update-travis
...
Update travis to use 3.6 for linting and build
2018-01-20 09:19:45 -05:00
Kevin Fronczak
19c0114eea
Update travis to use 3.6 for linting and build
2018-01-20 09:15:09 -05:00
Kevin Fronczak
968c0cf8fc
Fixed typos
2018-01-19 14:52:40 -05:00
Kevin Fronczak
f8d4874f2f
Updated README badges to dev branch, improved setup script
2018-01-19 14:47:12 -05:00
Kevin Fronczak
261d6293dd
Fix lint, upgrade pylint to 1.8.1
2018-01-19 14:38:16 -05:00
Kevin Fronczak
988265fd9f
Removed API warning
2018-01-19 11:45:08 -05:00
Kevin Fronczak
ba03894e94
Refactored code in prep for API overhaul
2018-01-19 11:41:26 -05:00
Kevin Fronczak and GitHub
556c28d4b9
Update README.rst
2017-12-29 20:09:34 -05:00
Kevin Fronczak and GitHub
9d2a8c6b69
Update README.rst
2017-07-05 13:33:05 -04:00
Kevin Fronczak and GitHub
89b517f47e
Merge pull request #39 from fronzbot/pylint-upgrade
...
Upgrade to pylint==1.7.2
2017-07-05 13:31:45 -04:00
Kevin Fronczak
150016f543
Fixed underline too short
2017-07-05 13:24:22 -04:00
Kevin Fronczak
5df599be15
Upgrade to pylint==1.7.2
...
Also added PyPi badge to readme
2017-07-05 13:16:12 -04:00
Kevin Fronczak and GitHub
0fd4b4b274
Merge pull request #37 from fronzbot/case_insensitive_cameras
...
Added case handling on camera dict
2017-06-18 18:47:41 -04:00
Kevin Fronczak and GitHub
dd744053f4
Fixed issue link
2017-06-18 18:41:21 -04:00
Kevin Fronczak
be68c0d714
Added case handling on camera dict
2017-06-18 18:37:19 -04:00
Kevin Fronczak and GitHub
2a4b0d3f4b
Merge pull request #33 from fronzbot/fronzbot-patch-1
...
Update README.rst
2017-05-15 18:24:17 -04:00
Kevin Fronczak and GitHub
46dd002e5d
Update README.rst
2017-05-15 18:18:59 -04:00
Kevin Fronczak and GitHub
04bc0ace3f
Update README.rst
...
Fixed incorrect example code
2017-05-15 18:17:46 -04:00
Kevin Fronczak and GitHub
fa6cc49343
Merge pull request #32 from fronzbot/rst-linter
...
Added rst checking
2017-05-13 20:26:12 -04:00
Kevin Fronczak
231d191556
Added rst checking
...
Added reStructuredText checking so that the README is actually readable when uploaded to PyPi
2017-05-13 20:14:32 -04:00
Kevin Fronczak and GitHub
b6c8141042
Merge pull request #31 from fronzbot/upgrade-tests
...
Upgrade tests
2017-05-13 18:34:10 -04:00
Kevin Fronczak
ae209a37f7
Pass lint version bumps
2017-05-13 18:27:01 -04:00
Kevin Fronczak
0d07ae1b4c
Upgrade tests
...
- pylint to 1.7.1
- pydocstyle to 2.0.0
- Added bdist_wheel test to ensure packaging working properly
2017-05-13 12:44:36 -04:00
Kevin Fronczak and GitHub
cfeed4f432
Merge pull request #30 from fronzbot/v0.6.0
...
v0.6.0
v0.6.0
2017-05-12 16:09:45 -04:00
Kevin Fronczak
6ca243c05c
Version bump
2017-05-12 16:03:50 -04:00
Kevin Fronczak and GitHub
cfa2f0f1bc
Merge pull request #29 from fronzbot/better-battery-report
...
Added battery_string property to camera
2017-05-12 15:53:00 -04:00
Kevin Fronczak
d4456555b3
Updated README
2017-05-12 15:46:53 -04:00
Kevin Fronczak
01babca0f4
Added battery_string property to camera
...
Ability to detect if battery is "OK" or "Low"
2017-05-12 15:42:18 -04:00
Kevin Fronczak and GitHub
123444ddf6
Merge pull request #27 from fronzbot/reauth-tests
...
Reauth tests
2017-05-12 15:08:44 -04:00