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