Skip to content

Commit

Permalink
add a quick update on thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbendell committed Nov 24, 2020
1 parent 3c61baa commit 2329764
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ If you have 2FA enabled, you will need to first set the username / password to f

_NB: The Device in the email 2FA will appear to be an iPad Mini. This is intentional to increase masquerading._

## Features & Behaviors

This homebridge application includes a number of features such as:
* Motion detection
* Enable / Disable of Cameras
* Privacy Mode
* Thumbnail refreshing
* Liveview (currently on Gen1 cameras)

Many of these features are interconnected. Below describes the expected flows:

| |Armed|Disarmed|
|--------|--------------|------------|
|✅PrivacyMode <br> ✅Camera|Thumbnail Refreshed|![](src/privacy.png)|
|✅PrivacyMode <br> ❌Camera|![](src/disabled.png)|![](src/privacy.png)|
|❌PrivacyMode <br> ✅Camera|Thumbnail Refreshed|Thumbnail Refreshed|
|❌PrivacyMode <br> ❌Camera|![](src/disabled.png)|Last Thumbnail (no refresh)|

## Accessories
Two main accessory types will be present: `Security System` and `Camera` accessories.

Expand All @@ -70,4 +88,4 @@ Two main accessory types will be present: `Security System` and `Camera` accesso
* https://github.com/MattTW/BlinkMonitorProtocol
* https://github.com/fronzbot/blinkpy
* https://developers.homebridge.io/
* https://developer.apple.com/documentation/homekit/
* https://developer.apple.com/documentation/homekit/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "homebridge-blink-for-home",
"displayName": "Blink for Home",
"private": false,
"version": "3.6.1",
"version": "3.6.2",
"description": "Blink for Home Cameras for homebridge",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 2329764

Please sign in to comment.