Add Apparent (feels like) Temperature option #128
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds option to show apparent (feels like) temperature instead of current temperature.
## Notes to Reviewer
A matching config site change would be required to set the option (hence the draft request, the feature is done though), I don't think there's any way for me to make that change. I'm also not sure if I made this change in the best way, I just added a bool in DynamicSettings that lets Apparent Temperature overwrite Current Temperature and use the same widget. I first started by creating a new widget, but it seemed like a lot of unnecessary code duplication.
Feel free to let me know if you see anything wrong, or want me to do anything in a different way. I just threw this together, and have only made some simple non-watchface apps before so I could easily have done something wrong.
I did build and install it on my watch with the boolean hardcoded to true and the temperature dropped from -4C to -11C so it seems to be working.
I'm also looking at making a Quiet Time widget that might also require config site changes, in case you wanted to wait for that.