2023-01-13 22:06:02 +00:00
|
|
|
{
|
|
|
|
"id": "btadv",
|
|
|
|
"name": "Export real-time sensor data over BLE",
|
2023-01-20 21:15:11 +00:00
|
|
|
"shortName": "btadv",
|
2023-01-13 22:06:02 +00:00
|
|
|
"version": "0.01",
|
|
|
|
"description": "Advertise & export live heart rate, accel, pressure, GPS & mag data over bluetooth",
|
2023-01-20 21:15:11 +00:00
|
|
|
"icon": "icon.png",
|
2023-01-13 22:06:02 +00:00
|
|
|
"tags": "health,tool,sensors,bluetooth",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"btadv.app.js","url":"app.js"},
|
|
|
|
{"name":"btadv.img","url":"icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|