Files
VictronBLE/library.json
2025-12-18 18:17:49 +11:00

25 lines
696 B
JSON

{
"name": "VictronBLE",
"version": "0.1.1",
"description": "ESP32 library for reading Victron Energy device data via Bluetooth Low Energy (BLE) advertisements",
"keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, esp32",
"repository": {
"type": "git",
"url": "https://gitea.sh3d.com.au/Sh3d/VictronBLE.git"
},
"authors": [
{
"name": "Scott Penrose",
"email": "scottp@dd.com.au"
}
],
"license": "MIT",
"homepage": "https://gitea.sh3d.com.au/Sh3d/VictronBLE.git",
"frameworks": ["arduino", "espidf"],
"platforms": ["espressif32"],
"dependencies": [],
"export": {
"exclude": ["examples", "test", "tests", ".git"]
}
}