Skip to content

Unifi Protect - Change Recording Options #64

Closed Answered by crxporter
gil04 asked this question in Q&A
Discussion options

You must be logged in to vote

This should definitely be possible.

Looking back through our Discord channel - I expect it to be sent as a PATCH command from the request node.

This is to turn on (or off) the camera LED.

The important parts to change are the Endpoint which will be the same but with your camera ID (can get this from the bootstrap endpoint) and the data.

This will change to never record:

{"recordingSettings": {"mode": "never"}}

Or always record:

{"recordingSettings": {"mode": "always"}}

Or record detections only:

{"recordingSettings": {"mode": "detections"}}

I just tested one of my cams and this works immediately to change the setting between always / never / detections only. Individual camera setting cha…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gil04
Comment options

Answer selected by gil04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants