25 lines
696 B
JSON
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"]
|
|
}
|
|
}
|