Table of Contents

Class SensorSection

Namespace
Meraki.Api.Sections.Products.Sensor
Assembly
Meraki.Api.dll

Section for sensor-related operations.

public class SensorSection
Inheritance
SensorSection
Inherited Members

Constructors

SensorSection()

public SensorSection()

Properties

Alerts

Gets the alerts

public SensorAlertsSection Alerts { get; set; }

Property Value

SensorAlertsSection

Gateways

Gets the gateways

public SensorGatewaysSection Gateways { get; set; }

Property Value

SensorGatewaysSection

Readings

Gets the readings

public SensorReadingsSection Readings { get; set; }

Property Value

SensorReadingsSection

Relationships

List the sensor roles for a given sensor or camera device.

public IOrganizationSensorRelationships Relationships { get; set; }

Property Value

IOrganizationSensorRelationships