Add readme
parent
45194a5428
commit
b214d53fcf
|
|
@ -4936,10 +4936,11 @@
|
||||||
"id": "coretemp",
|
"id": "coretemp",
|
||||||
"name": "Core Temp Display",
|
"name": "Core Temp Display",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Display CoreTemp sensor data",
|
"description": "Display CoreTemp device sensor data",
|
||||||
"icon": "coretemp.png",
|
"icon": "coretemp.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "health",
|
"tags": "health",
|
||||||
|
"readme": "README.md"
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"coretemp.boot.js","url":"boot.js"},
|
{"name":"coretemp.boot.js","url":"boot.js"},
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
# CoreTemp display
|
||||||
|
|
||||||
|
Basic bare-bones example of connecting to a bluetooth [CoreTemp](https://corebodytemp.com/) device and displaying the current body core temperature readings.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
On startup connects to a CoreTemp device (1809/2A1C) and emits a "Core, temp" value for each reading.
|
||||||
|
The app simply displays these readings on screen.
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
* Integrate with other tracking/sports apps to log data.
|
||||||
|
* Add device selection
|
||||||
|
* Provide enable/disable option
|
||||||
|
* Check status, add Retry/reconnect
|
||||||
|
* Also provide skin temp reading
|
||||||
|
|
||||||
|
## Creator
|
||||||
|
|
||||||
|
Ivor Hewitt
|
||||||
Loading…
Reference in New Issue