|
4394 | 4394 | (0x06, 'Secondary rotation speed'), |
4395 | 4395 | (0x07, 'Secondary rotation index'), |
4396 | 4396 | (0xff, 'Secondary undefined')]}, |
4397 | | - {'name': 'slot_label_id', 'type': 'uint16'}], |
| 4397 | + {'name': 'slot_label_id', |
| 4398 | + 'type': 'uint16', |
| 4399 | + 'range': [(0, 0xffdf), (0xffff, 0xffff)], |
| 4400 | + 'labels': [(0x0001, 'Intensity'), |
| 4401 | + (0x0002, 'Intensity Master'), |
| 4402 | + (0x0101, 'Pan'), |
| 4403 | + (0x0102, 'Tilt'), |
| 4404 | + (0x0201, 'Color Wheel'), |
| 4405 | + (0x0202, 'Subtractive Color Mixer - Cyan/Blue'), |
| 4406 | + (0x0203, 'Subtractive Color Mixer - Yellow/Amber'), |
| 4407 | + (0x0204, 'Subtractive Color Mixer - Magenta'), |
| 4408 | + (0x0205, 'Additive Color Mixer - Red'), |
| 4409 | + (0x0206, 'Additive Color Mixer - Green'), |
| 4410 | + (0x0207, 'Additive Color Mixer - Blue'), |
| 4411 | + (0x0208, 'Color Temperature Correction'), |
| 4412 | + (0x0209, 'Color Scroll'), |
| 4413 | + (0x0210, 'Color Semaphore'), |
| 4414 | + (0x0211, 'Additive Color Mixer - Amber'), |
| 4415 | + (0x0212, 'Additive Color Mixer - White'), |
| 4416 | + (0x0213, 'Additive Color Mixer - Warm White'), |
| 4417 | + (0x0214, 'Additive Color Mixer - Cool White'), |
| 4418 | + (0x0215, 'Subtractive Color Mixer - UV'), |
| 4419 | + (0x0216, 'Hue'), |
| 4420 | + (0x0217, 'Saturation'), |
| 4421 | + (0x0301, 'Static gobo wheel'), |
| 4422 | + (0x0302, 'Rotating gobo wheel'), |
| 4423 | + (0x0303, 'Prism wheel'), |
| 4424 | + (0x0304, 'Effects wheel'), |
| 4425 | + (0x0401, 'Beam size iris'), |
| 4426 | + (0x0402, 'Edge/Lens focus'), |
| 4427 | + (0x0403, 'Frost/Diffusion'), |
| 4428 | + (0x0404, 'Strobe/Shutter'), |
| 4429 | + (0x0405, 'Zoom lens'), |
| 4430 | + (0x0406, 'Framing shutter'), |
| 4431 | + (0x0407, 'Framing shutter rotation'), |
| 4432 | + (0x0408, 'Douser'), |
| 4433 | + (0x0409, 'Barn Door'), |
| 4434 | + (0x0501, 'Lamp control functions'), |
| 4435 | + (0x0502, 'Fixture control channel'), |
| 4436 | + (0x0503, 'Overall speed setting applied to multiple or all parameters'), |
| 4437 | + (0x0504, 'Macro control'), |
| 4438 | + (0x0505, 'Relay or power control'), |
| 4439 | + (0x0506, 'Fan control'), |
| 4440 | + (0x0507, 'Heater control'), |
| 4441 | + (0x0508, 'Fountain water pump control'), |
| 4442 | + (0xFFFF, 'No definition')]}], |
4398 | 4443 | }]}, |
4399 | 4444 | 'get_sub_device_range': 2, |
4400 | 4445 | 'name': 'SLOT_INFO', |
|
0 commit comments