-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (31 loc) · 934 Bytes
/
Copy pathlibrary.json
File metadata and controls
31 lines (31 loc) · 934 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
28
29
30
31
{
"name": "TeslaBLE",
"version": "2026.5.0",
"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/PedroKTFC/tesla-ble.git"
},
"authors": [
{
"name": "PedroKTFC",
"maintainer": true
},
{
"name": "Yasir Ekinci",
"email": "hi@yasirekinci.com",
"url": "https://yasirekinci.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/PedroKTFC/esphome-tesla-ble/wiki",
"frameworks": "*",
"platforms": [
"espressif32"
],
"dependencies": {
"nanopb/Nanopb": "^0.4.91"
}
}