@ -15,6 +15,7 @@ trait SensorStatus = {
trait DataChunk = {
begin : TimePoint ;
sampling_period: Duration ;
data : [ Temperature ] ;
}