Getting Temperature sensor values android

Hi @qummer,

follow this to connect and get data from the device.
Use:

deviceConnection.settings.sensors.temperature.temperature();

to get the temperature.

Hope it helps :slight_smile: