forked from lnjustin/hubitat-withings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packageManifest.json
64 lines (64 loc) · 2.25 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
58
59
60
61
62
63
64
{
"packageName": "Withings",
"author": "lnjustin",
"version": "1.7",
"minimumHEVersion": "2.1.9",
"dateReleased": "2023-03-09",
"apps": [
{
"id": "24b3f8b0-c366-436c-a1bc-0ed222e421fb",
"name": "Withings Integration",
"namespace": "lnjustin",
"location": "https://raw.githubusercontent.com/lnjustin/hubitat-withings/master/apps/Withings_Integration.groovy",
"required": true,
"oauth": true,
"primary": false
},
{
"id": "0c8fd100-f5bf-4f6f-b364-bcdb88adbb1e",
"name": "Withings User",
"namespace": "lnjustin",
"location": "https://raw.githubusercontent.com/lnjustin/hubitat-withings/master/apps/Withings_User.groovy",
"required": true,
"oauth": true,
"primary": false
}
],
"drivers": [
{
"id": "205ded85-eadc-4512-9ca5-99622b15214b",
"name": "Withings Activity Tracker",
"namespace": "lnjustin",
"location": "https://raw.githubusercontent.com/lnjustin/hubitat-withings/master/drivers/Withings_Activity_Tracker.groovy",
"required": false
},
{
"id": "c18f5a58-c603-4b7b-b4cf-1c58527ac0ee",
"name": "Withings Blood Pressure Monitor",
"namespace": "lnjustin",
"location": "https://raw.githubusercontent.com/lnjustin/hubitat-withings/master/drivers/Withings_Blood_Pressure_Monitor.groovy",
"required": false
},
{
"id": "48a68ad7-1c68-4d36-93cb-399294f30e8a",
"name": "Withings Scale",
"namespace": "lnjustin",
"location": "https://raw.githubusercontent.com/lnjustin/hubitat-withings/master/drivers/Withings_Scale.groovy",
"required": false
},
{
"id": "880ec68a-4e76-4011-af1e-e56df7b5ba59",
"name": "Withings Sleep Sensor",
"namespace": "lnjustin",
"location": "https://raw.githubusercontent.com/lnjustin/hubitat-withings/master/drivers/Withings_Sleep_Sensor.groovy",
"required": false
},
{
"id": "fcff2b18-8aa7-45d9-87d2-3923d5e6bb5e",
"name": "Withings Thermometer",
"namespace": "lnjustin",
"location": "https://raw.githubusercontent.com/lnjustin/hubitat-withings/master/drivers/Withings_Thermometer.groovy",
"required": false
}
]
}