diff --git a/apps/sleepphasealarm/README.md b/apps/sleepphasealarm/README.md index bbf1d84ab..5aded316e 100644 --- a/apps/sleepphasealarm/README.md +++ b/apps/sleepphasealarm/README.md @@ -24,6 +24,10 @@ Replacing the watch strap with a more comfortable one (e.g. made of nylon) is re For each day of month (1..31) the ESS states are logged. An entry will be overwritten in the next month, e.g. an entry on the 4th May will overwrite an entry on the 4th April. On Bangle.js 1 only one day is logged due to low memory. -The logs can be viewed with the download button: +The logs can be plotted from the settings menu: -![](screenshot.jpg) +![](screenshot_log.png) + +The logs can also be viewed with the download button in the App Loader: + +![](interface.jpg) diff --git a/apps/sleepphasealarm/screenshot.jpg b/apps/sleepphasealarm/interface.jpg similarity index 100% rename from apps/sleepphasealarm/screenshot.jpg rename to apps/sleepphasealarm/interface.jpg diff --git a/apps/sleepphasealarm/metadata.json b/apps/sleepphasealarm/metadata.json index 7e8d2b1a0..fabd9f135 100644 --- a/apps/sleepphasealarm/metadata.json +++ b/apps/sleepphasealarm/metadata.json @@ -15,5 +15,6 @@ {"name":"sleepphasealarm.img","url":"app-icon.js","evaluate":true} ], "data": [{"name":"sleepphasealarm.json"}], - "interface": "interface.html" + "interface": "interface.html", + "screenshots": [ {"url":"screenshot.png"}, {"url":"screenshot_log.png"} ] } diff --git a/apps/sleepphasealarm/screenshot.png b/apps/sleepphasealarm/screenshot.png new file mode 100644 index 000000000..769ebbbbc Binary files /dev/null and b/apps/sleepphasealarm/screenshot.png differ diff --git a/apps/sleepphasealarm/screenshot_log.png b/apps/sleepphasealarm/screenshot_log.png new file mode 100644 index 000000000..3442e36ca Binary files /dev/null and b/apps/sleepphasealarm/screenshot_log.png differ