From 7090817fa041ab92ad78965809ba93aae24ab78a Mon Sep 17 00:00:00 2001 From: Hank Date: Tue, 12 Jul 2022 07:12:54 +0200 Subject: [PATCH] Taking care of the readme files --- apps/drinkcounter/README.md | 5 ++++- apps/hworldclock/README.md | 10 +++++----- apps/widbt_notify/metadata.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/apps/drinkcounter/README.md b/apps/drinkcounter/README.md index f1700531b..5638ee066 100644 --- a/apps/drinkcounter/README.md +++ b/apps/drinkcounter/README.md @@ -1,11 +1,14 @@ # Drink Counter -Development still in progress. Counts drinks you had for science. Calculates BAC. +Counts drinks you had for science. Calculates BAC. ## Usage Swipe left/right to select drink. Swipe up/down to add/remove drinks. +## Important notes + +No warranty whatsoever. Use at your own risk. Calculations might be wrong. Do not drink and drive - even if BAC is low. ## Creator diff --git a/apps/hworldclock/README.md b/apps/hworldclock/README.md index 170a2aa8b..25cc368ca 100644 --- a/apps/hworldclock/README.md +++ b/apps/hworldclock/README.md @@ -1,16 +1,16 @@ # Hanks World Clock - See the time in four locations -In addition to the main clock and date in your current location, you can add up to three other locations. Great for travel or remote working. -Additionally we show the sunset/sunrise and seconds for the current location and the day name is shown in your locale. +In addition to the main clock and date in your current location, you can add up to three other locations. Great for travel or remote working. +Additionally we show the sunset/sunrise and seconds for the current location and the day name is shown in your locale. If watch is locked, seconds get refreshed every 10 seconds. ![](hworldclock.png) ## Usage -Location for sun set / rise set with mylocation app. +Location for sun set / rise set with mylocation app. -Provide names and the UTC offsets for up to three other timezones in the app store. These are stored in a json file on your watch. UTC offsets can be decimal (e.g., 5.5 for India). +Provide names and the UTC offsets for up to three other timezones in the app store. These are stored in a json file on your watch. UTC offsets can be decimal (e.g., 5.5 for India). The clock does not handle summer time / daylight saving time changes automatically. If one of your three locations changes its UTC offset, you can simply change the setting in the app store and update. Currently the clock only supports 24 hour time format for the additional time zones. @@ -23,5 +23,5 @@ Please use [the Espruino Forum](http://forum.espruino.com/microcosms/1424/) if y Created by Hank. -Based on the great work of "World Clock - 4 time zones". Made by [Scott Hale](https://www.github.com/computermacgyver), based upon the [Simple Clock](https://github.com/espruino/BangleApps/tree/master/apps/sclock). +Based on the great work of "World Clock - 4 time zones". Made by [Scott Hale](https://www.github.com/computermacgyver), based upon the [Simple Clock](https://github.com/espruino/BangleApps/tree/master/apps/sclock). And Sun Clock [Sun Clock](https://github.com/espruino/BangleApps/tree/master/apps/sunclock) \ No newline at end of file diff --git a/apps/widbt_notify/metadata.json b/apps/widbt_notify/metadata.json index 566a51b57..6def70c64 100644 --- a/apps/widbt_notify/metadata.json +++ b/apps/widbt_notify/metadata.json @@ -2,7 +2,7 @@ "id": "widbt_notify", "name": "Bluetooth Widget with Notification", "version": "0.15", - "description": "Show the current Bluetooth connection status in the top right of the clock and vibrate when disconnected.", + "description": "Show the current Bluetooth connection status in the top right of the watch. Optional buzz and/or and hide if disconnected", "icon": "widget.png", "type": "widget", "tags": "widget,bluetooth",