-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathkeenectManifest.json
35 lines (35 loc) · 1.19 KB
/
keenectManifest.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
{
"packageName": "Keenect",
"author": "napalmcsr",
"version": "1.1.1",
"minimumHEVersion": "2.1.9",
"dateReleased": "2020-07-16",
"releaseNotes": "Added optional auto refresh of temperature sensor per zone and removed old updating system to support HPM, fixed leftover versioning code",
"apps": [
{
"id": "c153f0d5-82d0-4f48-8875-1a6b95183119",
"name": "pageConfig",
"namespace": "Craig.Romei",
"location": "https://raw.githubusercontent.com/napalmcsr/Hubitat_Napalmcsr/master/Apps/KeenectLite/KeenectLiteMaster.src",
"required": true,
"oauth": false
},
{
"id": "06f0b74b-2a93-4e03-aff2-c942205686ea",
"name": "KeenectLiteZone",
"namespace": "Craig.Romei",
"location": "https://raw.githubusercontent.com/napalmcsr/Hubitat_Napalmcsr/master/Apps/KeenectLite/KeenectLiteZone.src",
"required": true,
"oauth": false
}
],
"drivers": [
{
"id": "027d554f-7c90-458a-9498-0d2b1287b19a",
"name": "KeenectLiteDisplay",
"namespace": "Craig.Romei",
"location": "https://raw.githubusercontent.com/napalmcsr/Hubitat_Napalmcsr/master/devices/KeenectDataTile.src",
"required": true
}
]
}