Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
TASK: ${{ matrix.task }}
run: |
sudo apt-get update
if [ "$TASK" = "nosetests" -o "$TASK" = "flake8" -o "$TASK" = "flake8-wip" ]; then pip install json-spec; fi
if [ "$TASK" = "karma" -o "$TASK" = "lint" -o "$TASK" = "closure-compiler" ]; then npm install -g grunt-cli; fi
if [ "$TASK" = "karma" -o "$TASK" = "lint" -o "$TASK" = "closure-compiler" ]; then npm install; fi
Expand All @@ -23,9 +24,9 @@ jobs:
if [ "$TASK" = "pychecker" -o "$TASK" = "pychecker-wip" ]; then pip install http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download; fi
if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/codespell-project/codespell.git; fi
#if [ "$TASK" = "codespell" ]; then pip install codespell; fi
if [ "$TASK" = "spellintian" ]; then sudo apt-get install lintian; fi
sudo apt-get install xvfb
sudo apt-get install libhtml-parser-perl
sudo apt-get install lintian
sudo apt-get install moreutils
- uses: codespell-project/codespell-problem-matcher@v1
- name: Test
Expand Down
3 changes: 3 additions & 0 deletions data/manufacturer_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
(0x0638, "ROLITECH LIMITED"),
(0x063A, "AVM Belgium BVBA"),
(0x063C, "LaserNet"),
(0x0642, "RavLight"),
(0x0644, "COLEDER DISPLAY CO., LTD."),
(0x0645, "MATSUMURA ELECTRIC MFG. CO. , LTD."),
(0x064A, "RZ LIGHTING CO., LTD"),
Expand Down Expand Up @@ -570,6 +571,7 @@
(0x0766, "MR-Space LLC"),
(0x076A, "BeamZ (Tronios B.V.)"),
(0x076E, "DecoLed, LLC"),
(0x0770, "M-Live s.r.l."),
(0x0772, "SP-Quality"),
(0x0773, "Papouch s.r.o."),
(0x0774, "Guangzhou Hongcheng Stage Lighting Equipment Co., Ltd."),
Expand Down Expand Up @@ -910,6 +912,7 @@
(0x0921, "Guangzhou mengyi stage lighting equipment co., LTD."),
(0x0922, "von Gaisberg Engineering"),
(0x0923, "Hangzhou Roleds Lighting System Co., Ltd."),
(0x0924, "Guangzhou Crolighting CO., LTD"),
(0x0925, "Guangzhou Aiweidy Lighting Acoustics Equipment Co.,Ltd."),
(0x0926, "Elumeros Lighting Limited"),
(0x0927, "Guangzhou Mingying Electronic Technology Co., Ltd."),
Expand Down
Loading