Table of Contents

Class NetworkSensorAlertsCurrentByMetricOverviewCounts

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

int

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

int

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

int

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

int

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

int

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

int

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

int

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

NetworkSensorAlertsCurrentByMetricOverviewCountsNoise

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

int

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

int

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

int

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

int

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

int

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

int

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

int

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; }

Property Value

int