-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlevoitManifest.json
More file actions
54 lines (54 loc) · 2.25 KB
/
Copy pathlevoitManifest.json
File metadata and controls
54 lines (54 loc) · 2.25 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"packageName": "Levoit Air Purifiers",
"author": "Niklas Gustafsson",
"version": "1.6",
"minimumHEVersion": "2.3.2",
"dateReleased": "2022-02-05",
"releaseNotes": "Added proper heartbeat logic for the synchronization with VeSync servers.\nRemove reporting of room size.",
"documentationLink": "https://github.com/NiklasGustafsson/Hubitat/blob/master/Drivers/Levoit/readme.md",
"licenseFile": "https://raw.githubusercontent.com/NiklasGustafsson/Hubitat/master/LICENSE",
"drivers": [
{
"id": "e55e1532-f00f-407b-ad00-c27077225592",
"name": "Levoit Core200S Air Purifier Light",
"namespace": "NiklasGustafsson",
"location": "https://raw.githubusercontent.com/NiklasGustafsson/Hubitat/master/Drivers/Levoit/LevoitCore200S%20Light.groovy",
"required": false
},
{
"id": "4467437a-8850-4a9e-9722-cbf98c984952",
"name": "Levoit Core200S Air Purifier",
"namespace": "NiklasGustafsson",
"location": "https://raw.githubusercontent.com/NiklasGustafsson/Hubitat/master/Drivers/Levoit/LevoitCore200S.groovy",
"required": false
},
{
"id": "9044814e-27d1-498d-a0a8-308f49002467",
"name": "Levoit Core300S Air Purifier",
"namespace": "NiklasGustafsson",
"location": "https://raw.githubusercontent.com/NiklasGustafsson/Hubitat/master/Drivers/Levoit/LevoitCore300S.groovy",
"required": false
},
{
"id": "a9c8ab02-abd9-4956-b000-68331d59f1df",
"name": "Levoit Core400S Air Purifier",
"namespace": "NiklasGustafsson",
"location": "https://raw.githubusercontent.com/NiklasGustafsson/Hubitat/master/Drivers/Levoit/LevoitCore400S.groovy",
"required": false
},
{
"id": "b7d0cbb9-3419-4c5c-8926-a90519ce929f",
"name": "Levoit Core600S Air Purifier",
"namespace": "NiklasGustafsson",
"location": "https://raw.githubusercontent.com/NiklasGustafsson/Hubitat/master/Drivers/Levoit/LevoitCore600S.groovy",
"required": false
},
{
"id": "65bbed4f-4075-46ad-a2fc-c148e1af21e4",
"name": "VeSync Integration",
"namespace": "NiklasGustafsson",
"location": "https://raw.githubusercontent.com/NiklasGustafsson/Hubitat/master/Drivers/Levoit/VeSyncIntegration.groovy",
"required": true
}
]
}