From cf58603590c6cf5262e29b75fb8743a562d6bb0b Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Mon, 13 Nov 2023 07:32:44 +0100 Subject: [PATCH] readme: add tag health --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 066ad0ad0..ed6a501ef 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ and which gives information about the app for the Launcher. // 'bluetooth' - uses Bluetooth LE // 'system' - used by the system // 'clkinfo' - provides or uses clock_info module for data on your clock face or clocks that support it (see apps/clock_info/README.md) + // 'health' - e.g. heart rate monitors or step counting "supports": ["BANGLEJS2"], // List of device IDs supported, either BANGLEJS or BANGLEJS2 "dependencies" : { "notify":"type" } // optional, app 'types' we depend on (see "type" above) "dependencies" : { "messages":"app" } // optional, depend on a specific app ID