2022-01-07 12:04:35 +00:00
|
|
|
{ "id": "ruuviwatch",
|
|
|
|
"name": "Ruuvi Watch",
|
|
|
|
"shortName":"Ruuvi Watch",
|
|
|
|
"icon": "ruuviwatch.png",
|
2024-03-13 10:56:27 +00:00
|
|
|
"version": "0.06",
|
2022-01-25 20:19:34 +00:00
|
|
|
"description": "Keep an eye on RuuviTag devices (https://ruuvi.com). For RuuviTags using the v5 format.",
|
2022-01-07 12:04:35 +00:00
|
|
|
"readme":"README.md",
|
|
|
|
"tags": "bluetooth",
|
|
|
|
"supports": ["BANGLEJS"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"ruuviwatch.app.js","url":"ruuviwatch.app.js"},
|
|
|
|
{"name":"ruuviwatch.img","url":"ruuviwatch.app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|