-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackageManifest.json
102 lines (102 loc) · 6.32 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
{
"packageName": "CoCoHue (Hue Bridge Integration)",
"minimumHEVersion": "2.3.9",
"author": "Robert Morris",
"dateReleased": "2025-01-01",
"communityLink": "https://community.hubitat.com/t/release-cocohue-hue-bridge-integration-including-scenes/27978",
"releaseNotes": "IMPORTANT NOTE (new!): If upgrading from 4.x, open the CoCoHue app and hit \"Done\" once after updating. Additionally, download a hub backup beforehand, and vist the Community thread for more information. Additionally, if upgrading to 5.1 or newer from 5.0.x or older and use scene switch states, please view Community thread for more details.\n\n*Version 5.2.5, 5.2.6, 5.2.7: Add Smart Scene support, fix for parse error with zigbee_connectivity; use level 0 as off in CT or color commands; add support for additional scene activation types with different button numbers (see Community for discussion); Version 5.2.8: Ignore 0 CT reports to prevent errors\n\nVersion 5.1: Removed Switch capability from scene driver and related preferences from scene and group drivers (to activate a scene, push button 1 instead of turn on). Version 5.2 (5.2.4): Possible concurrency fixes; efficiency improvements when using V2 API due to increase use of shared cache; minor logging improvements.\n\nVersion 5.1.2 re-adds certain switch features to scene drivers (momentary only and no state by default). Version 5.1.1 fixes motion sensor IDs for new migrations (existing users: see Community thread if problems).\n\n*Version 5.0: Use of V2 API throughout more of CoCoHue app on supported bridges, parsing changes and improvements to all drivers, addition of RGB-only driver; removal of deprecated prestaging preferences and prestaging commands. Support buttons and motion sensors on V2 API only. Version 5.0.1 offers fixes for V1 IDs (and NPE errors for getHueDeviceIdV1 in Logs. Version 5.0.3 offers automatic migration of logging preferences from 4.x, transparent use of V2 API for scene activation where possible, and other minor changes/fixes. Version 5.0.2 futureproofs scene creation for future increased V2 API use (existing users: please run Fetch Scene Data command on each scene if already using or upgraded to V2 API)\n\n*Version 4.2: Generate on/off events for scenes (V2 API only); Hubitat mobile app v2 improvements; preparation for more v2 API use and other minor tweaks. This may be the last release in the 4.x series; expect removal of Hue Labs sensors and prestage options and possibly other breaking changes in 5.x release, with more v2 API use.\n\nFor older release notes, please see Community thread.\n\nNOTE: Users upgrading from v1.x should follow instructions forum or on GitHub (parent app deprecatred but still available) and perform initial upgrade manually, not with HPM.",
"apps": [
{
"id": "568bab8e-5c69-4800-a038-481026904c05",
"name": "CoCoHue - Hue Bridge Integration",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/apps/cocohue-app.groovy",
"required": true,
"version": "5.2.7",
"primary": true,
"oauth": false
}
],
"drivers": [
{
"id": "bcf030d1-de50-4cd8-83ce-008cb64cef92",
"name": "CoCoHue Bridge",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-bridge-driver.groovy",
"version": "5.2.6",
"required": true
},
{
"id": "fbf5f4c5-615f-4c76-b1d8-cefdd40cc45e",
"name": "CoCoHue Button",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-button-driver.groovy",
"version": "5.0.0",
"required": true
},
{
"id": "9833a9fd-2742-4ebf-a2cc-519275e4bba3",
"name": "CoCoHue CT Bulb",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-ct-bulb-driver.groovy",
"version": "5.2.7",
"required": true
},
{
"id": "a7ad13cb-8ac5-4e57-a9e6-e2fb2598f014",
"name": "CoCoHue Dimmable Bulb",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-dimmable-bulb-driver.groovy",
"version": "5.2.8",
"required": true
},
{
"id": "47b893dd-db0c-41b4-a5db-eb3bb892082c",
"name": "CoCoHue Group",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-group-driver.groovy",
"version": "5.2.8",
"required": true
},
{
"id": "e65c8727-8483-45d0-925b-4c7eabc66acc",
"name": "CoCoHue Motion Sensor",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-motion-sensor-driver.groovy",
"version": "5.2.2",
"required": true
},
{
"id": "4c7d5058-4995-436f-add8-c6d4f949f439",
"name": "CoCoHue On/Off Plug",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-plug-driver.groovy",
"version": "5.2.2",
"required": true
},
{
"id": "9ec515f9-0bf3-44dc-bc65-ff8da003ac5e",
"name": "CoCoHue RGB Bulb",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-rgb-bulb-driver.groovy",
"version": "5.2.8",
"required": true
},
{
"id": "bf27ffe5-244d-4756-9ab9-30d8f89b47bd",
"name": "CoCoHue RGBW Bulb",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-rgbw-bulb-driver.groovy",
"version": "5.2.8",
"required": true
},
{
"id": "19ffbc1b-2261-4f7e-a68f-39e40d1c831f",
"name": "CoCoHue Scene",
"namespace": "RMoRobert",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/drivers/cocohue-scene-driver.groovy",
"version": "5.2.8",
"required": true
}
]
}