Class SensorRelationship
Sensor alerts profile for a network
[DataContract]
public class SensorRelationship
- Inheritance
-
SensorRelationship
- 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; }