Table of Contents

Class SensorMetricTemperature

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

Sensor Metric for temperature

[DataContract]
public class SensorMetricTemperature
Inheritance
SensorMetricTemperature
Inherited Members

Properties

Celsius

Temperature in degrees Celsius

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

Property Value

double?

Fahrenheit

Temperature in degrees Fahrenheit

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

Property Value

double?