-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathdesk-channel.json
45 lines (45 loc) · 933 Bytes
/
desk-channel.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
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Desk Channel",
"shortName": "DeskCh",
"categories": ["Dimmer"],
"meta": {
"authors": ["Flo Edelmann"],
"createDate": "2017-07-17",
"lastModifyDate": "2018-07-21"
},
"availableChannels": {
"Intensity": {
"fineChannelAliases": ["Intensity fine", "Intensity fine^2"],
"capability": {
"type": "Intensity"
}
}
},
"modes": [
{
"name": "8 bit",
"shortName": "8bit",
"channels": [
"Intensity"
]
},
{
"name": "16 bit",
"shortName": "16bit",
"channels": [
"Intensity",
"Intensity fine"
]
},
{
"name": "24 bit",
"shortName": "24bit",
"channels": [
"Intensity",
"Intensity fine",
"Intensity fine^2"
]
}
]
}