2023-06-08 18:50:56 +00:00
|
|
|
{
|
|
|
|
"id": "bootgatthrm",
|
|
|
|
"name": "BLE GATT HRM Service",
|
|
|
|
"shortName": "BLE HRM Service",
|
2024-05-18 16:18:40 +00:00
|
|
|
"version": "0.03",
|
2023-06-08 18:50:56 +00:00
|
|
|
"description": "Adds the GATT HRM Service to advertise the measured HRM over Bluetooth.\n",
|
|
|
|
"icon": "bluetooth.png",
|
|
|
|
"type": "bootloader",
|
|
|
|
"tags": "hrm,health,ble,bluetooth,gatt",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"gatthrm.boot.js","url":"boot.js"}
|
|
|
|
]
|
|
|
|
}
|