Meadow.Foundation.DataLoggers.SensorReading
SensorReading | |
---|---|
Status | |
Source code | GitHub |
NuGet package |
Class SensorReading
Sensor reading and the date and time the reading was taken.
Assembly: SensorReading.dll
View Source
Declaration
public class SensorReading
Properties
Key
Name of the sensor reading.
View Source
Declaration
public string Key { get; set; }
Value
Value read from the sensor.
View Source
Declaration
public string Value { get; set; }
CreatedAt
Date and time the reading was taken.
View Source
Declaration
public DateTime CreatedAt { get; set; }