Table of Contents

Class SensorMetricRawTemperature

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

Sensor metric: raw temperature

[DataContract]
public class SensorMetricRawTemperature
Inheritance
SensorMetricRawTemperature
Inherited Members

Constructors

SensorMetricRawTemperature()

public SensorMetricRawTemperature()

Properties

Celsius

Temperature reading in degrees Celsius unadjusted for any normally applied calibration offset.

[DataMember(Name = "celsius")]
public double Celsius { get; set; }

Property Value

double

Fahrenheit

Temperature reading in degrees Fahrenheit unadjusted for any normally applied calibration offset.

[DataMember(Name = "fahrenheit")]
public double Fahrenheit { get; set; }

Property Value

double