Class NetworkSensorAlertsCurrentByMetricOverviewCounts
Counts of currently alerting sensors, aggregated by alerting metric
[DataContract]
public class NetworkSensorAlertsCurrentByMetricOverviewCounts
- Inheritance
-
NetworkSensorAlertsCurrentByMetricOverviewCounts
- Inherited Members
Constructors
NetworkSensorAlertsCurrentByMetricOverviewCounts()
public NetworkSensorAlertsCurrentByMetricOverviewCounts()
Properties
ApparentPower
Number of sensors that are currently alerting due to apparent power readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "apparentPower")]
public int ApparentPower { get; set; }
Property Value
Co2
Number of sensors that are currently alerting due to CO2 readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "co2")]
public int Co2 { get; set; }
Property Value
Current
Number of sensors that are currently alerting due to electrical current readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "current")]
public int Current { get; set; }
Property Value
Door
Number of sensors that are currently alerting due to an open door
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "door")]
public int Door { get; set; }
Property Value
Frequency
Number of sensors that are currently alerting due to frequency readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "frequency")]
public int Frequency { get; set; }
Property Value
Humidity
Number of sensors that are currently alerting due to humidity readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "humidity")]
public int Humidity { get; set; }
Property Value
IndoorAirQuality
Number of sensors that are currently alerting due to indoor air quality readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "indoorAirQuality")]
public int IndoorAirQuality { get; set; }
Property Value
Noise
Object containing the number of sensors that are currently alerting due to noise readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "noise")]
public NetworkSensorAlertsCurrentByMetricOverviewCountsNoise Noise { get; set; }
Property Value
Pm25
Number of sensors that are currently alerting due to PM2.5 readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "pm25")]
public int Pm25 { get; set; }
Property Value
PowerFactor
Number of sensors that are currently alerting due to power factor readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "powerFactor")]
public int PowerFactor { get; set; }
Property Value
RealPower
Number of sensors that are currently alerting due to real power readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "realPower")]
public int RealPower { get; set; }
Property Value
Temperature
Number of sensors that are currently alerting due to temperature readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "temperature")]
public int Temperature { get; set; }
Property Value
Tvoc
Number of sensors that are currently alerting due to TVOC readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tvoc")]
public int Tvoc { get; set; }
Property Value
UpstreamPower
Number of sensors that are currently alerting due to an upstream power outage
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "upstreamPower")]
public int UpstreamPower { get; set; }
Property Value
Voltage
Number of sensors that are currently alerting due to voltage readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "voltage")]
public int Voltage { get; set; }
Property Value
Water
Number of sensors that are currently alerting due to the presence of water
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "water")]
public int Water { get; set; }