pub type SensorName = String;
An arbritrary, human-readable string that uniquely identifies a temperature sensor.
pub struct SensorName { /* private fields */ }