Table of Contents

Class CameraSense

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Camera sense

[DataContract]
public class CameraSense
Inheritance
CameraSense
Inherited Members

Properties

AudioDetection

The details of the audio detection config

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "audioDetection")]
public AudioDetection AudioDetection { get; set; }

Property Value

AudioDetection

DetectionModelId

The ID of the object detection model

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "detectionModelId")]
public string DetectionModelId { get; set; }

Property Value

string

MqttBrokerId

The ID of the MQTT broker to be enabled on the camera. A value of null will disable MQTT on the camera

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mqttBrokerId")]
public string MqttBrokerId { get; set; }

Property Value

string

MqttTopics

MQTT topics

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mqttTopics")]
public List<string> MqttTopics { get; set; }

Property Value

List<string>

SenseEnabled

Boolean indicating if sense(license) is enabled(true) or disabled(false) on the camera

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "senseEnabled")]
public bool SenseEnabled { get; set; }

Property Value

bool