aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/weather/WeatherService.h
Commit message (Collapse)AuthorAgeFilesLines
* SimpleWeather service : new weather implementationJean-François Milants2023-12-231-169/+0
| | | | | | | | | | 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.
* WeatherService: const DateTimeController referenceRiku Isokoski2023-03-191-2/+2
|
* WeatherService: Remove unused SystemTask referenceRiku Isokoski2023-03-191-6/+1
|
* src: Enable unused parameter warningRiku Isokoski2023-01-241-1/+1
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-1/+2
|
* Updated docs and renamed functions for consistencyAvamander2021-12-041-4/+7
|
* Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander2021-12-041-2/+5
|
* Added a few helper functionsAvamander2021-12-041-4/+13
|
* Improved documentationAvamander2021-12-041-3/+7
|
* Bunch of bugs fixed, improved error handling, debug UI additionAvamander2021-12-041-10/+21
|
* Changed UUID so it wouldn't conflict with MotionAvamander2021-12-041-3/+3
|
* Fixed a few compilation errors, fixed UUID.Avamander2021-12-041-1/+1
|
* Implemented a few functions.Avamander2021-12-041-10/+10
|
* Few formatting fixesAvamander2021-12-041-1/+1
|
* Started initial work on the UIAvamander2021-12-041-17/+17
|
* Brace style and whitespace fixesAvamander2021-12-041-1/+1
|
* Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander2021-12-041-18/+22
|
* Skeleton of the receiving logicAvamander2021-12-041-23/+22
|
* Initial Weather service skeletonAvamander2021-12-041-0/+139