BangleApps/apps/bthometemp/metadata.json

15 lines
482 B
JSON
Raw Normal View History

2022-12-14 10:23:36 +00:00
{ "id": "bthometemp",
"name": "BTHome Temperature and Pressure",
"shortName":"BTHome T",
2023-08-08 07:03:32 +00:00
"version":"0.02",
2022-12-14 10:23:36 +00:00
"description": "Displays temperature and pressure, and advertises them over bluetooth using BTHome.io standard",
"icon": "app.png",
"tags": "bthome,bluetooth,temperature",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"bthometemp.app.js","url":"app.js"},
{"name":"bthometemp.img","url":"app-icon.js","evaluate":true}
]
}