-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlibrary.json
More file actions
27 lines (27 loc) · 840 Bytes
/
library.json
File metadata and controls
27 lines (27 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "TeslaBLE",
"version": "1.0.4",
"description": "This CPP library facilitates direct communication with Tesla vehicles via the BLE API. It offers fundamental features such as unlocking/locking, opening the trunk, and more. The library's capabilities are contingent on the range of actions implemented by Tesla, which is the only limitation at present.",
"keywords": "tesla, ble",
"repository": {
"type": "git",
"url": "https://github.com/pmdroid/tesla-ble.git"
},
"authors": [
{
"name": "Pascal Matthiesen",
"email": "me@pascal.sh",
"url": "https://pascal.sh",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/pmdroid/tesla-ble/wiki",
"frameworks": "*",
"platforms": [
"espidf"
],
"dependencies": {
"nanopb/Nanopb": "^0.4.7"
}
}