pebble-simple-health
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"name": "pebble-simple-health", | ||
@@ -12,4 +12,4 @@ "author": "Yuriy Galanter", | ||
"dependencies": { | ||
"pebble-events": "^1.0.2" | ||
}, | ||
"pebble-events": "^1.1.0" | ||
}, | ||
"keywords": [ | ||
@@ -27,5 +27,6 @@ "pebble-package" | ||
"basalt", | ||
"chalk" | ||
"chalk", | ||
"diorite" | ||
] | ||
} | ||
} |
<b>pebble-simple-health</b> is a simple library that provides basic health info for user of Pebble smartwatch. | ||
<i>This is a Beta version with Diorite support, build with SDK4</i> | ||
Available information: | ||
- Current daily step count | ||
- Current daily distance walked | ||
- Current daily time slept | ||
- Step count goal | ||
- Distance to walk goal | ||
- Time to sleep goal | ||
- Step count | ||
- Distance walked | ||
- Sleep time | ||
- Deep Sleep Time | ||
- Time Active | ||
- Calories burned at rest | ||
- Calories burned while active | ||
Every indicator has respetive "goal" value, calculated as an average from past days. | ||
To use the package install it into your project and include `pebble-simple-health/pebble-simple-health.h` into code file. Note that pebble-simple-health depends on pebble-events package. | ||
@@ -11,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46122
60
Updatedpebble-events@^1.1.0