Skip to content

Commit 049f3e2

Browse files
authored
Fix Typos and Formating
1 parent 802cd5f commit 049f3e2

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

data/pid_data.py

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'value': 0x8005},
126126
]
127127
},
128+
128129
# ImageCue
129130
{'id': 0x0308,
130131
'name': 'Image Cue',
@@ -139,6 +140,7 @@
139140
'value': 0x80d0},
140141
]
141142
},
143+
142144
# Ayrton
143145
{'id': 16761,
144146
'name': 'Ayrton',
@@ -168,6 +170,7 @@
168170
'value': 32771},
169171
],
170172
},
173+
171174
# Clay Paky
172175
{'id': 17232,
173176
'name': 'Clay Paky S.p.A',
@@ -501,6 +504,7 @@
501504
'value': 34335},
502505
],
503506
},
507+
504508
# City Theatrical
505509
{'id': 0x4354,
506510
'name': 'City Theatrical Inc.',
@@ -1050,6 +1054,7 @@
10501054
'value': 0xc862},
10511055
],
10521056
},
1057+
10531058
# JANDS
10541059
{'id': 0x4a61,
10551060
'name': 'Jands',
@@ -1217,6 +1222,7 @@
12171222
'value': 0x8002},
12181223
]
12191224
},
1225+
12201226
# Martin Professional
12211227
{'id': 0x4d50,
12221228
'name': 'Martin Professional A/S',
@@ -2514,9 +2520,12 @@
25142520
'value': 0x8702},
25152521
],
25162522
},
2523+
2524+
# Production Resource Group
25172525
{'id': 20562,
25182526
'name': 'Production Resource Group',
25192527
'pids': [
2528+
# Something is wrong herer, the name Property differs and an Error cant be set via RDM
25202529
{'get_request': {'items': []},
25212530
'get_response': {'items': [{'name': 'fan_error_status', 'type': 'uint8',
25222531
'labels': [(0, 'No Error'),
@@ -2651,7 +2660,7 @@
26512660
}]},
26522661
'get_sub_device_range': 0,
26532662
'name': 'ZOOM_TYPE',
2654-
'set_request': {'items': [{'name': 'followspot_control', 'type': 'uint8',
2663+
'set_request': {'items': [{'name': 'zoom_type', 'type': 'uint8',
26552664
'labels': [(0, 'Fast'), (1, 'In Focus')],
26562665
}]},
26572666
'set_response': {'items': []},
@@ -2680,7 +2689,7 @@
26802689
'set_sub_device_range': 0,
26812690
'value': 34337},
26822691
{'name': 'ZERO_GOBO_WHEELS',
2683-
'set_request': {'items': [{'name': 'followspot_control', 'type': 'bool'}]},
2692+
'set_request': {'items': [{'name': 'followspot_control_gobo_wheels', 'type': 'bool'}]},
26842693
'set_response': {'items': []},
26852694
'set_sub_device_range': 0,
26862695
'value': 34368},
@@ -2699,6 +2708,7 @@
26992708
'value': 36864},
27002709
],
27012710
},
2711+
27022712
# SWISSON AG
27032713
{'id': 0x5377,
27042714
'name': 'SWISSON AG',
@@ -2715,6 +2725,8 @@
27152725
},
27162726
],
27172727
},
2728+
2729+
# Wireless Solutions
27182730
{'id': 0x5753,
27192731
'name': 'Wireless Solutions',
27202732
'pids': [{'name': 'WDMX_LOGIN',
@@ -2916,6 +2928,8 @@
29162928
'value': 33792}
29172929
]
29182930
},
2931+
2932+
# Open Lighting
29192933
{'id': 0x7a70,
29202934
'name': 'Open Lighting',
29212935
'pids': [
@@ -2993,6 +3007,8 @@
29933007
'value': 0x8006},
29943008
],
29953009
},
3010+
3011+
# Stellascapes
29963012
{'id': 0x2dc8,
29973013
'name': 'Stellascapes',
29983014
'pids': [
@@ -3050,6 +3066,8 @@
30503066
'value': 0x8006},
30513067
],
30523068
},
3069+
3070+
# Soundlight
30533071
{'id': 21324,
30543072
'name': 'Soundlight',
30553073
'pids': [
@@ -3252,6 +3270,8 @@
32523270
'value': 0xdccd},
32533271
]
32543272
},
3273+
3274+
# Lumen Radio
32553275
{'id': 0x4c55,
32563276
'name': 'Lumen Radio',
32573277
'pids': [
@@ -3330,8 +3350,10 @@
33303350
'value': 0x8102},
33313351
],
33323352
},
3353+
3354+
# Robe
33333355
{'id': 0x5253,
3334-
'name': 'robe',
3356+
'name': 'Robe',
33353357
'pids': [
33363358
{'get_request': {'items': []},
33373359
'get_response': {'items': [{'labels': [(0, 'Wired'),
@@ -3454,6 +3476,8 @@
34543476
'value': 40975},
34553477
],
34563478
},
3479+
3480+
# ETC
34573481
{'id': 0x6574,
34583482
'name': 'ETC',
34593483
'pids': [
@@ -3929,6 +3953,8 @@
39293953
'value': 0xf000},
39303954
],
39313955
},
3956+
3957+
# GDS
39323958
{'id': 0x3434,
39333959
'name': 'GDS',
39343960
'pids': [

0 commit comments

Comments
 (0)