Class SensorReadingLatestReading
Sensor Readings See: https://documentation.meraki.com/MT/MT_General_Articles/MT14_Metrics_Explained
[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
Battery
Gets the battery
[DataMember(Name = "battery")]
public SensorMetricBattery? Battery { get; set; }
Property Value
Button
Gets the button
[DataMember(Name = "button")]
public SensorMetricButton? Button { get; set; }
Property Value
Co2
Gets the co2
[DataMember(Name = "co2")]
public SensorMetricCo2? Co2 { get; set; }
Property Value
Current
Gets the current
[DataMember(Name = "current")]
public SensorMetricCurrent? Current { get; set; }
Property Value
Door
Gets the door
[DataMember(Name = "door")]
public SensorMetricDoor? Door { get; set; }
Property Value
DownstreamPower
Gets the downstream power
[DataMember(Name = "downstreamPower")]
public SensorMetricDownstreamPower? DownstreamPower { get; set; }
Property Value
Eco2
Gets the eco2
[DataMember(Name = "eco2")]
public SensorMetricConcentration? Eco2 { get; set; }
Property Value
Frequency
Gets the frequency
[DataMember(Name = "frequency")]
public SensorMetricLevel? Frequency { get; set; }
Property Value
Humidity
Gets the humidity
[DataMember(Name = "humidity")]
public SensorMetricHumidity? Humidity { get; set; }
Property Value
IndoorAirQuality
Gets the indoor air quality
[DataMember(Name = "indoorAirQuality")]
public SensorMetricIndoorAirQuality? IndoorAirQuality { get; set; }
Property Value
Noise
Gets the noise
[DataMember(Name = "noise")]
public SensorMetricNoise? Noise { get; set; }
Property Value
Pm25
Gets the pm25
[DataMember(Name = "pm25")]
public SensorMetricConcentration? Pm25 { get; set; }
Property Value
PowerFactor
Gets the power factor
[DataMember(Name = "powerFactor")]
public SensorMetricPowerFactor? PowerFactor { get; set; }
Property Value
RawTemperature
Gets the raw temperature
[DataMember(Name = "rawTemperature")]
public SensorMetricRawTemperature? RawTemperature { get; set; }
Property Value
RealPower
Gets the real power
[DataMember(Name = "realPower")]
public SensorMetricRealPower? RealPower { get; set; }
Property Value
RemoteLockoutSwitch
Gets the remote lockout switch
[DataMember(Name = "remoteLockoutSwitch")]
public SensorMetricRemoteLockoutSwitch? RemoteLockoutSwitch { get; set; }
Property Value
SensorMetric
Gets the sensor metric
[DataMember(Name = "metric")]
public SensorMetrics SensorMetric { get; set; }
Property Value
Temperature
Gets the temperature
[DataMember(Name = "temperature")]
public SensorMetricTemperature? Temperature { get; set; }
Property Value
Ts
Gets the ts
[DataMember(Name = "ts")]
public string Ts { get; set; }
Property Value
Tvoc
Gets the tvoc
[DataMember(Name = "tvoc")]
public SensorMetricConcentration? Tvoc { get; set; }
Property Value
Voltage
Gets the voltage
[DataMember(Name = "voltage")]
public SensorMetricLevel? Voltage { get; set; }
Property Value
Water
Gets the water
[DataMember(Name = "water")]
public SensorMetricWater? Water { get; set; }