Hello,
I have a Garmin Venu 2 and it only supports getting the device temperature using SensorHistory.
The issue is that SensorHistory has an interval of around 3 minutes and I would like to read the temperature more frequently.
There is also the command Sensor.getInfo().temperature that should also return the temperature, but that is null on the Venu 2.
Is there a list somewhere that shows the devices where Sensor.getInfo().temperature actually works without a connected TEMPE sensor?
Does the Venu 3 support it? It doesn't seem so as it returns null in the Simulator....
Thanks in advance
Aaron