docs: Clarify recorded clips button visibility in the Responding to fullscreen example (#2325)
Added capability "clips" to get button visibility for recorded clips when using the `Responding to fullscreen` example. This example is almost exactly my use case, but i spent quite some time to find out exactly why the example killed my ability to watch recorded clips. --------- Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com>
This commit is contained in:
co-authored by
Dermot Duffy
parent
3ecd7eba3b
commit
3eca6b790a
+5
-1
@@ -58,7 +58,11 @@ cameras:
|
|||||||
capabilities:
|
capabilities:
|
||||||
disable_except:
|
disable_except:
|
||||||
- substream
|
- substream
|
||||||
# Also allow PTZ controls on the substream.
|
# Optionally allow media on this substream.
|
||||||
|
- clips
|
||||||
|
- snapshots
|
||||||
|
- recordings
|
||||||
|
# Optionally allow PTZ controls on the substream.
|
||||||
- ptz
|
- ptz
|
||||||
automations:
|
automations:
|
||||||
- conditions:
|
- conditions:
|
||||||
|
|||||||
Reference in New Issue
Block a user