Class SensorMetricRawTemperature
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
Fahrenheit
Temperature reading in degrees Fahrenheit unadjusted for any normally applied calibration offset.
[DataMember(Name = "fahrenheit")]
public double Fahrenheit { get; set; }