Is there a way to get the values obtained from the wireless temperature sensor in the ConnectIQ SDK?

Is there a way to get the values obtained from the wireless temperature sensor in the ConnectIQ SDK?

I see that there is a temperature in the Senosor info class, is this data from the internal temperature sensor?

If there is a way to get the value obtained by a temperature sensor like this (www.garmin.co.jp/.../) from the API, please let me know!

  • In general, on watches, Sensor.Info.temperature is the data from a Tempe Sensor, or null if there is no Tempe paired and connected.

    On Edge devices, that's the internal device temperature, but on newer Edge devices the way I understand it, is it could also be a Tempe if one is connected.

    You want to enable SENSOR_TEMPERATURE.  See the API doc.