Create metadata.json

master^2^2
RKBoss6 2025-07-23 16:03:51 -04:00 committed by GitHub
parent c37dce1071
commit 0b39121ee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -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"}
]
}