Table of Contents

Class SensorReadingLatestReading

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class SensorReadingLatestReading
Inheritance
SensorReadingLatestReading
Inherited Members

Constructors

SensorReadingLatestReading()

public SensorReadingLatestReading()

Properties

ApparentPower

Gets the apparent power

[DataMember(Name = "apparentPower")]
public SensorMetricApparentPower? ApparentPower { get; set; }

Property Value

SensorMetricApparentPower

Battery

Gets the battery

[DataMember(Name = "battery")]
public SensorMetricBattery? Battery { get; set; }

Property Value

SensorMetricBattery

Button

Gets the button

[DataMember(Name = "button")]
public SensorMetricButton? Button { get; set; }

Property Value

SensorMetricButton

Co2

Gets the co2

[DataMember(Name = "co2")]
public SensorMetricCo2? Co2 { get; set; }

Property Value

SensorMetricCo2

Current

Gets the current

[DataMember(Name = "current")]
public SensorMetricCurrent? Current { get; set; }

Property Value

SensorMetricCurrent

Door

Gets the door

[DataMember(Name = "door")]
public SensorMetricDoor? Door { get; set; }

Property Value

SensorMetricDoor

DownstreamPower

Gets the downstream power

[DataMember(Name = "downstreamPower")]
public SensorMetricDownstreamPower? DownstreamPower { get; set; }

Property Value

SensorMetricDownstreamPower

Eco2

Gets the eco2

[DataMember(Name = "eco2")]
public SensorMetricConcentration? Eco2 { get; set; }

Property Value

SensorMetricConcentration

Frequency

Gets the frequency

[DataMember(Name = "frequency")]
public SensorMetricLevel? Frequency { get; set; }

Property Value

SensorMetricLevel

Humidity

Gets the humidity

[DataMember(Name = "humidity")]
public SensorMetricHumidity? Humidity { get; set; }

Property Value

SensorMetricHumidity

IndoorAirQuality

Gets the indoor air quality

[DataMember(Name = "indoorAirQuality")]
public SensorMetricIndoorAirQuality? IndoorAirQuality { get; set; }

Property Value

SensorMetricIndoorAirQuality

Noise

Gets the noise

[DataMember(Name = "noise")]
public SensorMetricNoise? Noise { get; set; }

Property Value

SensorMetricNoise

Pm25

Gets the pm25

[DataMember(Name = "pm25")]
public SensorMetricConcentration? Pm25 { get; set; }

Property Value

SensorMetricConcentration

PowerFactor

Gets the power factor

[DataMember(Name = "powerFactor")]
public SensorMetricPowerFactor? PowerFactor { get; set; }

Property Value

SensorMetricPowerFactor

RawTemperature

Gets the raw temperature

[DataMember(Name = "rawTemperature")]
public SensorMetricRawTemperature? RawTemperature { get; set; }

Property Value

SensorMetricRawTemperature

RealPower

Gets the real power

[DataMember(Name = "realPower")]
public SensorMetricRealPower? RealPower { get; set; }

Property Value

SensorMetricRealPower

RemoteLockoutSwitch

Gets the remote lockout switch

[DataMember(Name = "remoteLockoutSwitch")]
public SensorMetricRemoteLockoutSwitch? RemoteLockoutSwitch { get; set; }

Property Value

SensorMetricRemoteLockoutSwitch

SensorMetric

Gets the sensor metric

[DataMember(Name = "metric")]
public SensorMetrics SensorMetric { get; set; }

Property Value

SensorMetrics

Temperature

Gets the temperature

[DataMember(Name = "temperature")]
public SensorMetricTemperature? Temperature { get; set; }

Property Value

SensorMetricTemperature

Ts

Gets the ts

[DataMember(Name = "ts")]
public string Ts { get; set; }

Property Value

string

Tvoc

Gets the tvoc

[DataMember(Name = "tvoc")]
public SensorMetricConcentration? Tvoc { get; set; }

Property Value

SensorMetricConcentration

Voltage

Gets the voltage

[DataMember(Name = "voltage")]
public SensorMetricLevel? Voltage { get; set; }

Property Value

SensorMetricLevel

Water

Gets the water

[DataMember(Name = "water")]
public SensorMetricWater? Water { get; set; }

Property Value

SensorMetricWater