pub fn temperatures() -> impl Stream<Item = Result<TemperatureSensor>>
Expand description
Returns stream which yields temperature sensors.
ยงCompatibility
At the moment, this function works only with Linux. For other platforms it returns an empty stream.