From 0b39121ee1890c7568a78d2be3331fd2c0372057 Mon Sep 17 00:00:00 2001 From: RKBoss6 <178680496+RKBoss6@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:03:51 -0400 Subject: [PATCH] Create metadata.json --- apps/smartbatt/metadata.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apps/smartbatt/metadata.json 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"} + ] +}