TempSensorReading¶
Namespace: MQTT_Receiver_Worker.MQTT.Models
Represents a temperature sensor reading from an MQTT device.
Inheritance Object → TempSensorReading
Properties¶
Meta¶
Gets or sets additional metadata associated with the sensor reading.
This includes information for the bulk insert
Property Value¶
Sequence¶
Gets or sets the sequence number of the reading.
Used to track the order of readings and detect missing data.
Property Value¶
Timestamp¶
Gets or sets the timestamp when the reading was taken.
The value represents Unix time (seconds since epoch).
Property Value¶
Value¶
Gets or sets the temperature values from the sensor.
An array is used as the sensor might provide multiple reading points.