mirror of https://github.com/espruino/BangleApps
16 lines
473 B
JSON
16 lines
473 B
JSON
{
|
|
"id": "bootgattbat",
|
|
"name": "BLE GATT Battery Service",
|
|
"shortName": "BLE Battery Service",
|
|
"version": "0.02",
|
|
"description": "Adds the GATT Battery Service to advertise the percentage of battery currently remaining over Bluetooth.\n",
|
|
"icon": "bluetooth.png",
|
|
"type": "bootloader",
|
|
"tags": "battery,ble,bluetooth,gatt",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"gattbat.boot.js","url":"boot.js"}
|
|
]
|
|
}
|