forked from DarwinsDen/Tesla-Powerwall-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackageManifest.json
More file actions
31 lines (30 loc) · 1.07 KB
/
packageManifest.json
File metadata and controls
31 lines (30 loc) · 1.07 KB
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
{
"packageName": "Tesla Powerwall Manager - Tessie",
"author": "alan_f",
"minimumHEVersion": "0.0.1",
"dateReleased": "2024-09-17",
"releaseNotes": "v0.0.1:\n-Fork for Tessie",
"licenseFile": "https://www.apache.org/licenses/LICENSE-2.0.txt",
"documentationLink": "https://darwinsden.com/powerwall/",
"apps": [
{
"id": "9683e3b2-f9a2-4889-81c8-a9f8ac887d4f",
"name": "Tesla Powerwall Manager",
"namespace": "alan_f",
"location": "https://raw.githubusercontent.com/youzer-name/Tesla-Powerwall-Manager---Tessie/master/smartapps/darwinsden/tesla-powerwall-manager.src/tesla-powerwall-manager.groovy",
"required": true,
"oauth": false,
"version": "0.0.1"
}
],
"drivers": [
{
"id": "fd23cd04-24ec-481e-9092-c0063fe6558c",
"name": "Tesla Powerwall",
"namespace": "darwinsden",
"location": "https://raw.githubusercontent.com/DarwinsDen/Tesla-Powerwall-Manager/master/devicetypes/darwinsden/tesla-powerwall.src/tesla-powerwall.groovy",
"required": true,
"version": "0.2.33"
}
]
}