Interface TemperatureSensor

All Superinterfaces:
Sensor

public interface TemperatureSensor
extends Sensor
  • Method Details

    • getDegreesCelsius

      java.math.BigDecimal getDegreesCelsius()
      Returns the detected temperature in degrees Celcius.
      Returns:
      A BigDecimal with two decimal places, indicating the current temperature.