Quoted By:
>have edge 130
>find out you can program custom data fields
>decide to make a Temperature data field because that's not already a thing for some dumbass reason
>look for temperature field in the hugeass blob of data your app gets passed every second to update its output
>not included
>read garbage documentation with no functional search to try to find out how to get it
>no help
>randomly google for help
>someone says to use the SensorHistory class
>try it
>app doesn't work because SensorHistory is only a thing on watches
>google some more
>someone says you need to subscribe to sensor events in your app
>try that instead
>doesn't work
>google more
>sensor events can only be read from a background thread that you need to create manually, can't be created more than once every 5 minutes, can't exist for more than 30 seconds, and only one can exist or be scheduled at any one time
I think I may have found the world's shittiest programming language.