Table of Contents

Class OrganizationSensorReadingsHistoryByIntervalItem

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

Organization Sensor Readings History By Interval Item

[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItem
Inheritance
OrganizationSensorReadingsHistoryByIntervalItem
Inherited Members

Constructors

OrganizationSensorReadingsHistoryByIntervalItem()

public OrganizationSensorReadingsHistoryByIntervalItem()

Properties

ApparentPower

Reading information over the interval for the 'apparentPower' metric. This will only be present if the 'metric' property equals 'apparentPower'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "apparentPower")]
public OrganizationSensorReadingsHistoryByIntervalItemApparentPower ApparentPower { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemApparentPower

Battery

Reading information over the interval for the 'battery' metric. This will only be present if the 'metric' property equals 'battery'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "battery")]
public OrganizationSensorReadingsHistoryByIntervalItemBattery Battery { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemBattery

Button

Reading information over the interval for the 'button' metric. This will only be present if the 'metric' property equals 'button'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "button")]
public OrganizationSensorReadingsHistoryByIntervalItemButton Button { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemButton

Co2

Reading information over the interval for the 'co2' metric. This will only be present if the 'metric' property equals 'co2'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "co2")]
public OrganizationSensorReadingsHistoryByIntervalItemCo2 Co2 { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemCo2

Current

Reading information over the interval for the 'current' metric. This will only be present if the 'metric' property equals 'current'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "current")]
public OrganizationSensorReadingsHistoryByIntervalItemCurrent Current { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemCurrent

Door

Reading information over the interval for the 'door' metric. This will only be present if the 'metric' property equals 'door'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "door")]
public OrganizationSensorReadingsHistoryByIntervalItemDoor Door { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemDoor

EndTs

Ending time of the interval, in ISO8601 format.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }

Property Value

string

Energy

Reading information over the interval for the 'energy' metric. This will only be present if the 'metric' property equals 'energy'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "energy")]
public OrganizationSensorReadingsHistoryByIntervalItemEnergy Energy { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemEnergy

Frequency

Reading information over the interval for the 'frequency' metric. This will only be present if the 'metric' property equals 'frequency'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "frequency")]
public OrganizationSensorReadingsHistoryByIntervalItemFrequency Frequency { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemFrequency

Humidity

Reading information over the interval for the 'humidity' metric. This will only be present if the 'metric' property equals 'humidity'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "humidity")]
public OrganizationSensorReadingsHistoryByIntervalItemHumidity Humidity { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemHumidity

IndoorAirQuality

Reading information over the interval for the 'indoorAirQuality' metric. This will only be present if the 'metric' property equals 'indoorAirQuality'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "indoorAirQuality")]
public OrganizationSensorReadingsHistoryByIntervalItemIndoorAirQuality IndoorAirQuality { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemIndoorAirQuality

Metric

Type of sensor reading. enum = ["apparentPower", "battery", "button", "co2", "current", ...]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "metric")]
public string Metric { get; set; }

Property Value

string

Model

Model of the sensor that took the reading.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }

Property Value

string

Network

Network to which the sensor belongs.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSensorReadingsHistoryByIntervalItemNetwork Network { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemNetwork

Noise

Reading information over the interval for the 'noise' metric. This will only be present if the 'metric' property equals 'noise'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "noise")]
public OrganizationSensorReadingsHistoryByIntervalItemNoise Noise { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemNoise

Pm25

Reading information over the interval for the 'pm25' metric. This will only be present if the 'metric' property equals 'pm25'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "pm25")]
public OrganizationSensorReadingsHistoryByIntervalItemPm25 Pm25 { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemPm25

PowerFactor

Reading information over the interval for the 'powerFactor' metric. This will only be present if the 'metric' property equals 'powerFactor'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "powerFactor")]
public OrganizationSensorReadingsHistoryByIntervalItemPowerFactor PowerFactor { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemPowerFactor

RealPower

Reading information over the interval for the 'realPower' metric. This will only be present if the 'metric' property equals 'realPower'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "realPower")]
public OrganizationSensorReadingsHistoryByIntervalItemRealPower RealPower { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemRealPower

Serial

Serial number of the sensor that took the reading.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }

Property Value

string

StartTs

Starting time of the interval, in ISO8601 format.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string

Temperature

Reading information over the interval for the 'temperature' metric. This will only be present if the 'metric' property equals 'temperature'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "temperature")]
public OrganizationSensorReadingsHistoryByIntervalItemTemperature Temperature { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemTemperature

Tvoc

Reading information over the interval for the 'tvoc' metric. This will only be present if the 'metric' property equals 'tvoc'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tvoc")]
public OrganizationSensorReadingsHistoryByIntervalItemTvoc Tvoc { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemTvoc

Voltage

Reading information over the interval for the 'voltage' metric. This will only be present if the 'metric' property equals 'voltage'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "voltage")]
public OrganizationSensorReadingsHistoryByIntervalItemVoltage Voltage { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemVoltage

Water

Reading information over the interval for the 'water' metric. This will only be present if the 'metric' property equals 'water'.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "water")]
public OrganizationSensorReadingsHistoryByIntervalItemWater Water { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemWater