Class SensorInformation
public class SensorInformation
- Inheritance
-
SensorInformation
- Inherited Members
Properties
AlertProfileIds
Alert profile ids
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "alertProfileIds")]
public List<string> AlertProfileIds { get; set; }
Property Value
AlertingOn
Sensor information
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "alertingOn")]
public List<object> AlertingOn { get; set; }
Property Value
Metrics
Metrics
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "metrics")]
public List<string> Metrics { get; set; }