This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathmanifest.json
executable file
·136 lines (136 loc) · 3.17 KB
/
manifest.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"Actions": [
{
"Icon": "plugin/images/actions/power",
"Name": "On / Off",
"States": [
{
"Image": "plugin/images/icons/on",
"Name": "On"
},
{
"Image": "plugin/images/icons/off",
"Name": "Off"
}
],
"Tooltip": "Turn lights on or off.",
"UUID": "com.elgato.philips-hue.power"
},
{
"Icon": "plugin/images/actions/color",
"Name": "Color",
"States": [
{
"Image": "plugin/images/icons/color"
}
],
"Tooltip": "Set the color of your light.",
"UUID": "com.elgato.philips-hue.color"
},
{
"Icon": "plugin/images/actions/cycle",
"Name": "Color Cycle",
"States": [
{
"Image": "plugin/images/icons/cycle"
}
],
"Tooltip": "Cycle between colors of your light.",
"UUID": "com.elgato.philips-hue.cycle"
},
{
"Icon": "plugin/images/actions/brightness",
"Name": "Brightness",
"States": [
{
"Image": "plugin/images/icons/brightness"
}
],
"Controllers": [
"Keypad",
"Encoder"
],
"Encoder": {
"layout": "$B1",
"TriggerDescription": {
"Rotate": "Adjust Brightness",
"Touch": "Toggle Light on/off"
}
},
"Tooltip": "Set the brightness of your light.",
"UUID": "com.elgato.philips-hue.brightness"
},
{
"Icon": "plugin/images/actions/temperature",
"Name": "Temperature",
"States": [
{
"Image": "plugin/images/icons/temperature"
}
],
"Controllers": [
"Keypad",
"Encoder"
],
"Encoder": {
"layout": "$B1",
"TriggerDescription": {
"Rotate": "Adjust Temperature",
"Touch": "Toggle Light on/off"
}
},
"Tooltip": "Set the temperature of your light.",
"UUID": "com.elgato.philips-hue.temperature"
},
{
"Icon": "plugin/images/actions/brightness",
"Name": "Brightness Relative",
"States": [
{
"Image": "plugin/images/icons/brightness"
}
],
"Tooltip": "Set the brightness of your light.",
"UUID": "com.elgato.philips-hue.brightness-rel"
},
{
"Icon": "plugin/images/actions/scene",
"Name": "Scene",
"States": [
{
"Image": "plugin/images/icons/scene"
}
],
"Tooltip": "Set a scene.",
"UUID": "com.elgato.philips-hue.scene"
}
],
"SDKVersion": 2,
"Author": "Elgato",
"CodePath": "plugin/index.html",
"Description": "Control your Philips Hue lights.",
"Name": "Philips Hue",
"Icon": "plugin/images/icons/plugin",
"Category": "Philips Hue",
"CategoryIcon": "plugin/images/actions/category",
"PropertyInspectorPath": "pi/index.html",
"URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.6.5",
"DefaultWindowSize": [
500,
650
],
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "5.0"
}
}