Skip to content

Commit

Permalink
Merge pull request #255 from msearancke/patch-1
Browse files Browse the repository at this point in the history
Patch 1 - Adding LightFactory and Strand NEO to controller list.
  • Loading branch information
peternewman authored Mar 18, 2019
2 parents 8214dbd + f65487c commit c0e8373
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/controller_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
'image_url': 'http://zero88.com/images/product-pics-scd-server.jpg',
'tags': ['console']},
],
0x2239: [
{'name': 'LightFactory',
'link': 'https://www.lightfactory.net/',
'image_url': 'https://www.lightfactory.net/images/lightfactory_square1_small.png',
'tags': ['console']},
],
0x22b9: [
{'name': 'Etherlight-D1',
'link': 'http://www.etherlight.com/products/etherlight-d1',
Expand Down Expand Up @@ -201,4 +207,10 @@
'image_url': 'http://www.jese.co.uk/product/image/rdmtri.gif',
'tags': ['tool', 'RDM Responder Tests', 'USB']},
],
0x736c: [
{'name': 'NEO',
'link': 'https://www.strandlighting.com/global/products/neo-console-and-software',
'image_url': 'https://www.strandlighting.com/b-dam/strand-lighting/products/neo-console-and-software/NEO-Console-452x410.jpg',
'tags': ['console']},
],
}

0 comments on commit c0e8373

Please sign in to comment.