Class OrganizationSensorReadingsHistoryByIntervalItem
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
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
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
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
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
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
EndTs
Ending time of the interval, in ISO8601 format.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
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
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
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
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
Metric
Type of sensor reading. enum = ["apparentPower", "battery", "button", "co2", "current", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "metric")]
public string Metric { get; set; }
Property Value
Model
Model of the sensor that took the reading.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Network
Network to which the sensor belongs.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSensorReadingsHistoryByIntervalItemNetwork Network { get; set; }
Property Value
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
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
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
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
Serial
Serial number of the sensor that took the reading.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
StartTs
Starting time of the interval, in ISO8601 format.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }
Property Value
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
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
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
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; }