-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackageManifest.json
104 lines (104 loc) · 3.77 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"packageName": "Home Connection Integration",
"author": "Rangner Ferraz Guimaraes",
"version": "3.8",
"minimumHEVersion": "2.3.0",
"dateReleased": "2021-11-28",
"apps": [
{
"id": "ee682ca7-5a62-4460-b620-ede9f8b07f3d",
"name": "Home Connect Integration",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/apps/HomeConnect.groovy",
"required": true,
"oauth": true,
"primary": true
}
],
"drivers": [
{
"id": "1aa1ba6d-c23a-4a97-9e7f-f0fccaa78274",
"name": "Home Connect CoffeeMaker",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/CoffeeMaker.groovy",
"required": true
},
{
"id": "c2eebafe-bbb6-4cc9-ae59-c1cdcb6d96de",
"name": "Home Connect Dishwasher",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/Dishwasher.groovy",
"required": true
},
{
"id": "1393c717-385f-4939-8631-174ceb9a97b4",
"name": "Home Connect Dryer",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/Dryer.groovy",
"required": true
},
{
"id": "c0c9fa44-a118-4bbc-8911-aea2e5471450",
"name": "Home Connect FridgeFreezer",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/FridgeFreezer.groovy",
"required": true
},
{
"id": "994a0ecb-b960-4959-99d1-6fe20a67cb67",
"name": "Home Connect Hob",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/Hob.groovy",
"required": true
},
{
"id": "137cd9fd-0d0b-40d2-a83f-8a83bbec8e30",
"name": "Home Connect Hood",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/Hood.groovy",
"required": true
},
{
"id": "4a341374-d613-44aa-ba65-2b6d0befca77",
"name": "Home Connect Oven",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/Oven.groovy",
"required": true
},
{
"id": "06915ec6-3d6e-4806-84f5-75f86d7b9d42",
"name": "Home Connect Washer",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/Washer.groovy",
"required": true
},
{
"id": "c8bb44fe-1626-4d86-ba5c-027ac8c2176f",
"name": "Home Connect WasherDryer",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/WasherDryer.groovy",
"required": true
},
{
"id": "53d29ee9-1e76-43b0-8b1b-b23f3e1419b7",
"name": "Home Connect CleaningRobot",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/CleaningRobot.groovy",
"required": true
},
{
"id": "69a8308d-cb20-4cab-bc80-2bd6734339de",
"name": "Home Connect CookProcessor",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/CookProcessor.groovy",
"required": true
},
{
"id": "53d29ee9-1e76-43b0-8b1b-b23f3e1419b7",
"name": "Home Connect WineCooler",
"namespace": "rferrazguimaraes",
"location": "https://raw.githubusercontent.com/rfg81/hubitat-homeconnect/main/drivers/WineCooler.groovy",
"required": true
}
]
}