Name | Type | Description | Notes |
---|---|---|---|
object_type | String | [default to null] | |
id | Long | [optional] [default to null] | |
sensor_id | Long | The sensor id of the sensor that is send the data | [optional] [default to null] |
timestamp | Date | The timestamp for the event | [optional] [default to null] |
temperature | Integer | The reported temperature. | [default to null] |
humidity | Integer | The reported humidity. Specified as a integer that represents the percentage. | [default to null] |
wind_speed | Integer | The representation of the wind speed. | [default to null] |
wind_direction | WindDirection | [default to null] | |
cloud_cover | CloudCover | [default to null] |