Skip to content

Commit 4aa43ba

Browse files
authored
Merge pull request #1 from patrick-dmxc/patch-1
Patch 1
2 parents 049f3e2 + 2e1757a commit 4aa43ba

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

data/pid_data.py

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
MANUFACTURER_PIDS = [
2+
23
# Creative Lighting
34
{'id': 0x00a1,
45
'name': 'Creative Lighting',
@@ -125,7 +126,7 @@
125126
'value': 0x8005},
126127
]
127128
},
128-
129+
129130
# ImageCue
130131
{'id': 0x0308,
131132
'name': 'Image Cue',
@@ -474,7 +475,7 @@
474475
'get_response': {'items': [{'name': 'anti_blind', 'type': 'bool'}]},
475476
'get_sub_device_range': 2,
476477
'name': 'CP_ANTI_BLIND',
477-
'set_request': {'items': [{'name': 'color_wheel_linear', 'type': 'bool'}]},
478+
'set_request': {'items': [{'name': 'anti_blind', 'type': 'bool'}]},
478479
'set_response': {'items': []},
479480
'set_sub_device_range': 1,
480481
'value': 34327},
@@ -504,7 +505,7 @@
504505
'value': 34335},
505506
],
506507
},
507-
508+
508509
# City Theatrical
509510
{'id': 0x4354,
510511
'name': 'City Theatrical Inc.',
@@ -889,7 +890,7 @@
889890
'set_sub_device_range': 0,
890891
'notes': ('Get/Set the factory settings lock. The factory settings '
891892
'lock controls whether factory programmed settings that are '
892-
'not to be changed by the customer can be changed. An '
893+
'not to be changed by the customer can be changed. An '
893894
'example would be RDM UID or MAC addresses.'),
894895
'value': 0x801a},
895896

@@ -1054,7 +1055,7 @@
10541055
'value': 0xc862},
10551056
],
10561057
},
1057-
1058+
10581059
# JANDS
10591060
{'id': 0x4a61,
10601061
'name': 'Jands',
@@ -1222,7 +1223,7 @@
12221223
'value': 0x8002},
12231224
]
12241225
},
1225-
1226+
12261227
# Martin Professional
12271228
{'id': 0x4d50,
12281229
'name': 'Martin Professional A/S',
@@ -2520,7 +2521,7 @@
25202521
'value': 0x8702},
25212522
],
25222523
},
2523-
2524+
25242525
# Production Resource Group
25252526
{'id': 20562,
25262527
'name': 'Production Resource Group',
@@ -2928,7 +2929,7 @@
29282929
'value': 33792}
29292930
]
29302931
},
2931-
2932+
29322933
# Open Lighting
29332934
{'id': 0x7a70,
29342935
'name': 'Open Lighting',
@@ -3007,7 +3008,7 @@
30073008
'value': 0x8006},
30083009
],
30093010
},
3010-
3011+
30113012
# Stellascapes
30123013
{'id': 0x2dc8,
30133014
'name': 'Stellascapes',
@@ -3351,9 +3352,9 @@
33513352
],
33523353
},
33533354

3354-
# Robe
3355+
# Robe Lighting s.r.o.
33553356
{'id': 0x5253,
3356-
'name': 'Robe',
3357+
'name': 'Robe Lighting s.r.o.',
33573358
'pids': [
33583359
{'get_request': {'items': []},
33593360
'get_response': {'items': [{'labels': [(0, 'Wired'),

0 commit comments

Comments
 (0)