Skip to content

Commit 6da1890

Browse files
authored
Merge branch 'master' into peternewman-codespell-git
2 parents 263fd71 + ece1f2a commit 6da1890

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

data/manufacturer_data.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@
479479
(0x06D1, "BIRUN ELECTRONIC INDUSTRIAL CO., LTD"),
480480
(0x06D2, "LIGHTSTAR (BEIJING) ELECTRONIC CORPORATION"),
481481
(0x06D3, "Boerner Distribution International GmbH"),
482+
(0x06D9, "ELECTROCONCEPT SARL"),
482483
(0x06DD, "GRUPPO SIGI SRLS"),
483484
(0x06E0, "SHENZHEN LONGRUN OPTOELECTRONIC CO., LTD"),
484485
(0x06E1, "Burck IT GmbH & Co. KG"),
@@ -522,6 +523,7 @@
522523
(0x0753, "F&V Europe B.V."),
523524
(0x0758, "IMPOLUX GmbH"),
524525
(0x075F, "LEDEngin Inc."),
526+
(0x0766, "MR-Space LLC"),
525527
(0x076A, "BeamZ (Tronios B.V.)"),
526528
(0x076E, "DecoLed, LLC"),
527529
(0x0776, "lumenetix"),
@@ -647,6 +649,7 @@
647649
(0x086F, "MARTINI RUS LLC"),
648650
(0x0870, "Hunan YESTECH Optoelectronic Co., Ltd"),
649651
(0x0871, "Changsha Maya Special Effects Equipment Co., Ltd"),
652+
(0x0872, "GigaTera Lighting Inc."),
650653
(0x0873, "Guangzhou BKLite Stage Lighting Equipment Co.,LTD"),
651654
(0x0874, "Snow Professional Lighting"),
652655
(0x0875, "ARC Solid-State Lighting Corp."),

data/pid_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5568,7 +5568,7 @@
55685568
'set_request': {'items': [{
55695569
'name': 'device_unit_number',
55705570
'type': 'uint32',
5571-
'range': [(1, 0xFFFFFFFF)],
5571+
'range': [(0, 0), (1, 0xFFFFFFFF)],
55725572
'labels': [(0, 'Un-set')],
55735573
}]},
55745574
'set_response': {'items': []},
@@ -5595,11 +5595,11 @@
55955595
'range': [(1, 0xff)]},
55965596
{'name': 'sub_device_requested',
55975597
'type': 'uint16',
5598-
'range': [(1, 0x0200)],
5598+
'range': [(0, 0), (1, 0x0200)],
55995599
'labels': [(0, 'Root')]},
56005600
{'name': 'sub_device_personality_requested',
56015601
'type': 'uint8',
5602-
'range': [(1, 0xff)],
5602+
'range': [(0, 0), (1, 0xff)],
56035603
'labels': [(0, 'Root Device')]}
56045604
]},
56055605
'get_response': {'items': [{'name': 'root_personality_requested',

0 commit comments

Comments
 (0)