package sensor type Sensor interface { Read() (interface{}, error) } // func ReadTemperatures