Table of Contents

Class SensorRelationshipLivestream

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

A role defined between an MT sensor and an MV camera that adds the camera's livestream to the sensor's details page. Snapshots from the camera will also appear in alert notifications that the sensor triggers.

[DataContract]
public class SensorRelationshipLivestream
Inheritance
SensorRelationshipLivestream
Inherited Members

Properties

RelatedDevices

An array of the related devices for the role

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "relatedDevices")]
public List<SensorRelationshipLivestreamRelatedDevice>? RelatedDevices { get; set; }

Property Value

List<SensorRelationshipLivestreamRelatedDevice>