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

ResourceOperation
/devices/{serial}/camera/senseupdate

Request Body

{"senseEnabled"=>"<boolean>", "mqttBrokerId"=>"<string>", "audioDetection"=>{"enabled"=>"<boolean>"}, "detectionModelId"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;senseEnabled&quot;:true,&quot;audioDetection&quot;:{&quot;enabled&quot;:false},&quot;mqttBrokerId&quot;:&quot;1234&quot;,&quot;mqttTopics&quot;:[&quot;/merakimv/Q2AA-AAAA-1111/raw_detections&quot;,&quot;/merakimv/Q2AA-AAAA-1111/light&quot;]}