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.
Hi, I use your app every day to compare the outside/inside temperature, but the temperature is not enough to compare wether or not to open the windows. That's why I developed a feature that calculates and display the heat index for sensors that support both temperature and humidity measurement.
What I've done
unitemp.c
.Sensors.c
calls this function to calculate heat index when updating sensor data.General_view.c
to draw the heat index for sensors of typeUT_DATA_TYPE_TEMP_HUM
, with a new icon derivated from the temp_C and temp_F icon.What you could add to my code to integrate it better to the app
UT_DATA_TYPE_TEMP_HUM_CO2
(this will require to change_draw_co2
to support custom coordinates). As long as there is no sensor that supports temp, hum, co2 and press, there is anyway enough room to show the heat index.