diff --git a/apps/smartbatt/metadata.json b/apps/smartbatt/metadata.json new file mode 100644 index 000000000..bee551796 --- /dev/null +++ b/apps/smartbatt/metadata.json @@ -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"} + ] +}