Skip to content

Readings

A reading contains the parsed data from a packet.

Fields

Field Type Description
id uuid Id of the reading
data map Data of the reading
measured_at ISO8601 ISO 8601 String of the time the reading was measured on the device
inserted_at ISO8601 ISO 8601 String of the time the reading was created in the database
location Geo.Point Nullable position of the reading

Associations

Association Cardinality Foreign Entity Description Can preload
packet one Packets Packet used as source for the reading
device one Devices Device that received the packet
parser one Parsers Parsed that processed the packet and created the reading