forked from DaveGut/HubitatActive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packageManifest.json
95 lines (95 loc) · 3.76 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
{
"packageName": "Samsung ST Appliances",
"author": "David Gutheinz",
"version": "0.1.1",
"minimumHEVersion": "2.3.2",
"documentationLink": "https://github.com/DaveGut/HubitatActive/tree/master/SamsungAppliances#readme",
"communityLink": "https://community.hubitat.com/t/re-release-tp-link-plug-switch-and-bulb-integration/39341",
"dateReleased": "2022-08-26",
"drivers": [
{
"id": "f8632571-482f-417e-ac63-71d8ffb2967d",
"name": "ST Data Collect",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/ST_Data_Collect.groovy",
"required": false
},
{
"id": "ba1177c1-9ea0-48ee-988e-e7cac002afc9",
"name": "Samsung Dishwasher",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Dishwasher.groovy",
"required": false
},
{
"id": "d82d8441-be94-45c4-aa40-86b5eee0fe53",
"name": "Samsung Dryer",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Dryer.groovy",
"required": false
},
{
"id": "3f7a8132-e55d-46d6-915b-fe620a7cb848",
"name": "Samsung HVAC",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_HVAC.groovy",
"required": false
},
{
"id": "812b26ec-9f08-4d4d-a434-b4535aad4884",
"name": "Samsung Oven",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Oven.groovy",
"required": false
},
{
"id": "472dce5d-7235-4711-ae4a-ab83ec2a82cd",
"name": "Samsung Oven cavity",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Oven_cavity.groovy",
"required": false
},
{
"id": "ea8b78e1-7290-4ee4-a1df-5e3d2047033d",
"name": "Samsung Oven probe",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Oven_probe.groovy",
"required": false
},
{
"id": "d4a145af-b4c9-4e21-a5b3-b1319a107012",
"name": "Samsung Refrig",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Refrig.groovy",
"required": false
},
{
"id": "45b322ac-580a-450f-8e5d-a2698023d17d",
"name": "Samsung Refrig cavity",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Refrig_cavity.groovy",
"required": false
},
{
"id": "3d5eae27-eb25-4223-b8e2-4ba1a3b2ce86",
"name": "Samsung Refrig cvroom",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Refrig_cvroom.groovy",
"required": false
},
{
"id": "1214f056-3a06-4e76-b033-47d2959202c1",
"name": "Samsung Refrig icemaker",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Refrig_icemaker.groovy",
"required": false
},
{
"id": "9607c8f3-b9a2-4e25-bac7-a8c21a27a785",
"name": "Samsung Washer",
"namespace": "davegut",
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungAppliances/Samsung_Washer.groovy",
"required": false
}
]
}