Treehopper Java API
io.treehopper.libraries.sensors.temperature.Temperature Interface Reference

Temperature sensor interface. More...

Inheritance diagram for io.treehopper.libraries.sensors.temperature.Temperature:
io.treehopper.libraries.sensors.IPollable io.treehopper.libraries.sensors.pressure.bmp280.Bmp280 io.treehopper.libraries.sensors.temperature.TemperatureSensor io.treehopper.libraries.sensors.pressure.bmp280.Bme280 io.treehopper.libraries.sensors.inertial.mpu6050.Mpu6050 io.treehopper.libraries.sensors.temperature.Ds18b20 io.treehopper.libraries.sensors.temperature.Lm75 io.treehopper.libraries.sensors.temperature.Mcp9808 io.treehopper.libraries.sensors.temperature.Mlx90614.TempRegister io.treehopper.libraries.sensors.inertial.mpu6050.Mpu9250

Public Member Functions

double getCelsius ()
 
double getFahrenheit ()
 
double getKelvin ()
 
boolean isAutoUpdateWhenPropertyRead ()
 
void setAutoUpdateWhenPropertyRead (boolean value)
 
void update ()
 

Detailed Description

Temperature sensor interface.

Member Function Documentation

◆ getCelsius()

double io.treehopper.libraries.sensors.temperature.Temperature.getCelsius ( )

◆ getFahrenheit()

double io.treehopper.libraries.sensors.temperature.Temperature.getFahrenheit ( )

◆ getKelvin()

double io.treehopper.libraries.sensors.temperature.Temperature.getKelvin ( )

◆ isAutoUpdateWhenPropertyRead()

◆ setAutoUpdateWhenPropertyRead()

◆ update()


The documentation for this interface was generated from the following file: