package types type MeasuredValue interface { GetID() string GetSensorID() string GetValue() float64 }