Update Sense Settings For The Given Camera
PUT {{baseUrl}}/devices/:serial/camera/sense
Update sense settings for the given camera #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: senseEnabled| boolean| Boolean indicating if sense(license) is enabled(true) or disabled(false) on the camera mqttBrokerId| string| The ID of the MQTT broker to be enabled on the camera. A value of null will disable MQTT on the camera audioDetection| object| The details of the audio detection config. detectionModelId| string| The ID of the object detection model
Supports Action Batches
Resource | Operation |
---|---|
/devices/{serial}/camera/sense | update |
Request Body
{"senseEnabled"=>"<boolean>", "mqttBrokerId"=>"<string>", "audioDetection"=>{"enabled"=>"<boolean>"}, "detectionModelId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"senseEnabled":true,"audioDetection":{"enabled":false},"mqttBrokerId":"1234","mqttTopics":["/merakimv/Q2AA-AAAA-1111/raw_detections","/merakimv/Q2AA-AAAA-1111/light"]}