2022-03-20 08:25:43 +00:00
|
|
|
{
|
|
|
|
"id": "cycling",
|
|
|
|
"name": "Bangle Cycling",
|
|
|
|
"shortName": "Cycling",
|
2024-05-17 15:00:31 +00:00
|
|
|
"version": "0.03",
|
2022-03-20 08:25:43 +00:00
|
|
|
"description": "Display live values from a BLE CSC sensor",
|
|
|
|
"icon": "icons8-cycling-48.png",
|
|
|
|
"tags": "outdoors,exercise,ble,bluetooth",
|
2024-05-17 15:00:31 +00:00
|
|
|
"dependencies" : { "blecsc":"module" },
|
2022-03-20 08:25:43 +00:00
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"cycling.app.js","url":"cycling.app.js"},
|
|
|
|
{"name":"cycling.settings.js","url":"settings.js"},
|
2022-03-20 09:59:24 +00:00
|
|
|
{"name":"cycling.img","url":"cycling.icon.js","evaluate": true}
|
2023-06-20 21:07:17 +00:00
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name":"cycling.json"}
|
2022-03-20 08:25:43 +00:00
|
|
|
]
|
|
|
|
}
|