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
Copy file name to clipboardExpand all lines: homebridge/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,19 +98,18 @@ Walk through the setup pages and when you are done, you should see several devic
98
98
99
99
* Camera Feed
100
100
* Shows a snapshot from the camera while viewing the room in Home
101
-
*(**NEW**) Shows a live feed from the camera if you click on it. This still has some kinks to work out, like lack of sound and only staying active for about 30 seconds. I will be tweaking live feeds over the coming weeks.
101
+
* Shows a live feed from the camera if you click on it. The feed is **video only**and may not work on some networks with strict NAT settings.
102
102
* Motion Sensor
103
103
* Can be hidden with `hideCameraMotionSensor`
104
-
* Light (if camera is equipped)
104
+
* Light (if camera is equipped)
105
105
* Siren Switch (if camera is equipped)
106
106
* Can be hidden with `hideCameraSirenSwitch`
107
107
* Programmable switch for doorbells (triggers `Single Press` actions)
108
108
* Note: doorbell event notifications should be configured via settings on the camera feed
109
109
* Can be hidden with `hideDoorbellSwitch`
110
110
111
-
**Battery Camera Limitations** - Ring cameras that have batteries (even if they are wired) only refresh their snapshot image every 10 minutes (vs 30 seconds for wired cameras).
112
-
Because of this limitation, most snapshots for these cameras will be stale (meaning they could have been taken minutes or hours in the past).
113
-
This is limitation of the Ring api does not have a good workaround at this point.
111
+
**Battery Camera Limitations** - Ring cameras that have batteries (even if they are plugged in or using solar) only refresh their snapshot image every 10 minutes (vs 30 seconds for wired cameras).
112
+
Because of this limitation, snapshots from these cameras may be up to 10 minutes old. This is a limitation of the Ring api and there is no way to work around it.
114
113
115
114
If you turn on notifications for the motion sensors, or for any doorbell camera, you will get rich notifications from
0 commit comments