Constructor for creating an instance of the class with weather data and device information.
Unique identifier for the device.
The timestamp of when the data was recorded.
The local date corresponding to the data recording.
Weather data collected from the device.
Information about the device from which the data was collected.
Readonly
dataWeather data collected from the device.
Readonly
deviceInformation about the device from which the data was collected.
Readonly
deviceUnique identifier for the device.
Readonly
localThe local date corresponding to the data recording.
Readonly
timestampThe timestamp of when the data was recorded.
Static
CreateCreates a new WeatherRecord with an auto-generated ID and current date.
The weather data associated with the record.
The device information from which the record was collected.
A new WeatherRecord instance.
Represents a single summarized weather record that combines processed weather data with metadata about the reporting device.