Class OrganizationsSensorAlert
Organizations Sensor Alert
[DataContract]
public class OrganizationsSensorAlert
- Inheritance
-
OrganizationsSensorAlert
- Inherited Members
Constructors
OrganizationsSensorAlert()
public OrganizationsSensorAlert()
Properties
Profile
The triggered sensor alert profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "profile")]
public OrganizationsSensorAlertProfile Profile { get; set; }
Property Value
Sensor
The sensor that triggered the alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sensor")]
public OrganizationsSensorAlertSensor Sensor { get; set; }
Property Value
SnapshotCamera
Camera snapshot information for the alert. If the sensor did not have a camera assigned at the time of the alert, this will be null.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "snapshotCamera")]
public OrganizationsSensorAlertSnapshotCamera SnapshotCamera { get; set; }
Property Value
StartTs
The start time of the alert
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }
Property Value
Trigger
The sensor reading that triggered the alert.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "trigger")]
public OrganizationsSensorAlertTrigger Trigger { get; set; }