-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
library.json
27 lines (27 loc) · 847 Bytes
/
library.json
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": "2.2.1",
"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": "Yasir Ekinci",
"email": "hi@yasirekinci.com",
"url": "https://yasirekinci.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/yoziru/tesla-ble/wiki",
"frameworks": "*",
"platforms": [
"espidf"
],
"dependencies": {
"nanopb/Nanopb": "^0.4.8"
}
}