Class NetworkSensorRelationshipRelationships
An object describing the relationships defined between the device and other devices
[DataContract]
public class NetworkSensorRelationshipRelationships
- Inheritance
-
NetworkSensorRelationshipRelationships
- Inherited Members
Properties
Livestream
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.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "livestream")]
public SensorRelationshipLivestream? Livestream { get; set; }