Create metadata.json
parent
c37dce1071
commit
0b39121ee1
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"id": "smartbatt",
|
||||
"name": "Smart Battery Module",
|
||||
"shortName": "Smart Battery",
|
||||
"version": "0.01",
|
||||
"description": "Provides a `smartbatt` module that returns the battery in days, and learns from daily usage over time for accurate predictions.",
|
||||
"icon": "icon.png",
|
||||
"type": "module",
|
||||
"tags": "tool,system",
|
||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||
"provides_modules" : ["smartbatt"],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"smartbatt","url":"module.js"}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue