|
1 | 1 | MANUFACTURER_PIDS = [ |
| 2 | + |
2 | 3 | # Creative Lighting |
3 | 4 | {'id': 0x00a1, |
4 | 5 | 'name': 'Creative Lighting', |
|
125 | 126 | 'value': 0x8005}, |
126 | 127 | ] |
127 | 128 | }, |
128 | | - |
| 129 | + |
129 | 130 | # ImageCue |
130 | 131 | {'id': 0x0308, |
131 | 132 | 'name': 'Image Cue', |
|
474 | 475 | 'get_response': {'items': [{'name': 'anti_blind', 'type': 'bool'}]}, |
475 | 476 | 'get_sub_device_range': 2, |
476 | 477 | 'name': 'CP_ANTI_BLIND', |
477 | | - 'set_request': {'items': [{'name': 'color_wheel_linear', 'type': 'bool'}]}, |
| 478 | + 'set_request': {'items': [{'name': 'anti_blind', 'type': 'bool'}]}, |
478 | 479 | 'set_response': {'items': []}, |
479 | 480 | 'set_sub_device_range': 1, |
480 | 481 | 'value': 34327}, |
|
504 | 505 | 'value': 34335}, |
505 | 506 | ], |
506 | 507 | }, |
507 | | - |
| 508 | + |
508 | 509 | # City Theatrical |
509 | 510 | {'id': 0x4354, |
510 | 511 | 'name': 'City Theatrical Inc.', |
|
889 | 890 | 'set_sub_device_range': 0, |
890 | 891 | 'notes': ('Get/Set the factory settings lock. The factory settings ' |
891 | 892 | '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 ' |
893 | 894 | 'example would be RDM UID or MAC addresses.'), |
894 | 895 | 'value': 0x801a}, |
895 | 896 |
|
|
1054 | 1055 | 'value': 0xc862}, |
1055 | 1056 | ], |
1056 | 1057 | }, |
1057 | | - |
| 1058 | + |
1058 | 1059 | # JANDS |
1059 | 1060 | {'id': 0x4a61, |
1060 | 1061 | 'name': 'Jands', |
|
1222 | 1223 | 'value': 0x8002}, |
1223 | 1224 | ] |
1224 | 1225 | }, |
1225 | | - |
| 1226 | + |
1226 | 1227 | # Martin Professional |
1227 | 1228 | {'id': 0x4d50, |
1228 | 1229 | 'name': 'Martin Professional A/S', |
|
2520 | 2521 | 'value': 0x8702}, |
2521 | 2522 | ], |
2522 | 2523 | }, |
2523 | | - |
| 2524 | + |
2524 | 2525 | # Production Resource Group |
2525 | 2526 | {'id': 20562, |
2526 | 2527 | 'name': 'Production Resource Group', |
|
2928 | 2929 | 'value': 33792} |
2929 | 2930 | ] |
2930 | 2931 | }, |
2931 | | - |
| 2932 | + |
2932 | 2933 | # Open Lighting |
2933 | 2934 | {'id': 0x7a70, |
2934 | 2935 | 'name': 'Open Lighting', |
|
3007 | 3008 | 'value': 0x8006}, |
3008 | 3009 | ], |
3009 | 3010 | }, |
3010 | | - |
| 3011 | + |
3011 | 3012 | # Stellascapes |
3012 | 3013 | {'id': 0x2dc8, |
3013 | 3014 | 'name': 'Stellascapes', |
|
3351 | 3352 | ], |
3352 | 3353 | }, |
3353 | 3354 |
|
3354 | | - # Robe |
| 3355 | + # Robe Lighting s.r.o. |
3355 | 3356 | {'id': 0x5253, |
3356 | | - 'name': 'Robe', |
| 3357 | + 'name': 'Robe Lighting s.r.o.', |
3357 | 3358 | 'pids': [ |
3358 | 3359 | {'get_request': {'items': []}, |
3359 | 3360 | 'get_response': {'items': [{'labels': [(0, 'Wired'), |
|
0 commit comments