mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 20:15:40 +00:00
- Added new configuration options in `config.ini.example` for customizing the display of daily high/low temperatures. - Introduced `format_temperature_high_low` function in `utils.py` to format temperature strings based on user-defined templates. - Updated `WxCommand`, `GlobalWxCommand`, and `WeatherService` classes to utilize the new formatting function, enhancing the presentation of temperature data in weather forecasts. - Refactored existing high/low temperature handling to improve code clarity and maintainability. These changes enhance the flexibility and readability of temperature displays in weather-related outputs.