summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-12-01 21:24:53 +0200
committerAvamander <avamander@gmail.com>2021-12-04 22:03:40 +0200
commit797b60397c630ac93dcff1bf7cef268c20747fb3 (patch)
treec2349ca11bdd9b8258e2309d7dd3373a037af925 /src
parente0133cec36db56f71a2d9078c927e450ae361817 (diff)
Improved documentation
Diffstat (limited to 'src')
-rw-r--r--src/components/ble/weather/WeatherService.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/components/ble/weather/WeatherService.h b/src/components/ble/weather/WeatherService.h
index 7accc49e..cc1a4b0d 100644
--- a/src/components/ble/weather/WeatherService.h
+++ b/src/components/ble/weather/WeatherService.h
@@ -94,12 +94,16 @@ namespace Pinetime {
ble_uuid128_t weatherUuid {BaseUuid()};
/**
- * Just write timeline data here
+ * Just write timeline data here.
+ *
+ * See {@link WeatherData.h} for more information.
*/
ble_uuid128_t weatherDataCharUuid {CharUuid(0x00, 0x01)};
/**
- * This doesn't take timeline data,
- * provides some control over it
+ * This doesn't take timeline data, provides some control over it.
+ *
+ * NOTE: Currently not supported. Companion app implementer feedback required.
+ * There's very little point in solidifying an API before we know the needs.
*/
ble_uuid128_t weatherControlCharUuid {CharUuid(0x00, 0x02)};