Skip to content

TempSensorMeta

Namespace: MQTT_Receiver_Worker.MQTT.Models

Represents a recovered temperature sensor reading from a MQTT device.

public class TempSensorMeta

Inheritance ObjectTempSensorMeta

Properties

Sequence

Gets or sets the sequence number of the reading.

public Int32[] Sequence { get; set; }

Property Value

Int32[]

Timestamp

Gets or sets the timestamp when the data was recorded.

public Int64[] Timestamp { get; set; }

Property Value

Int64[]

Value

Gets or sets the temperature values from the Sensor.

public Double[] Value { get; set; }

Property Value

Double[]

Constructors

TempSensorMeta()

public TempSensorMeta()