Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 950 Bytes

File metadata and controls

20 lines (16 loc) · 950 Bytes

SensorReading

Properties

Name Type Description Notes
timestamp \DateTime Timestamp for the reading
created \DateTime Timestamp for the writing to db
type string Sensor type: 'ultra' (fill level), 'temp' (temperature), ...
value object JSON value
meta object JSON metadata [optional]
related_id float LoraId of another (ie for signal strength) [optional]
id float [optional]
gateway_id float [optional]
device_id float [optional]
sensor_device_id string [optional]
datapoint_id float [optional]

[Back to Model list] [Back to API list] [Back to README]