| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simple Weather Service | Jean-François Milants | 2023-12-23 | 1 | -21/+21 |
| | | | | | Store temperatures as int16_t (instead of uint8_t previously). The temperature is expressed in °C * 100. | ||||
| * | Simple Weather Service - code cleaning and improvements | Jean-François Milants | 2023-12-23 | 1 | -3/+3 |
| | | | | | | | | Add missing icons (heavy clouds, thunderstorm, snow). Remove unneeded comparison operator (!=), improve conversion of Timestamp and MessageType, order includes. Fix typo in documentation. Remove not related change in StopWatch. | ||||
| * | SimpleWeather service : new weather implementation | Jean-François Milants | 2023-12-23 | 1 | -0/+68 |
| This new implementation of the weather feature provides a new BLE API and a new weather service. The API uses a single characteristic that allows companion apps to write the weather conditions (current and forecast for the next 5 days). The SimpleWeather service exposes those data as std::optional fields. This new implementation replaces the previous WeahterService. The API is documented in docs/SimpleWeatherService.md. | |||||
