forked from OpenLightingProject/rdm-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware_data.py
More file actions
51 lines (50 loc) · 1.97 KB
/
software_data.py
File metadata and controls
51 lines (50 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Library General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# software_data.py
# Copyright (C) 2012 Simon Newton
# Data for RDM software.
SOFTWARE_DATA = {
0x454E: [
{'name': 'ENTTEC RDM Controller',
'link': 'https://www.enttec.com/products/controls/rdm/rdm-controller/',
'image_url': 'http://www.enttec.com/img/rdm/cr_sum_small.png',
'tags': ['Windows']},
],
0x4c4c: [
{'name': 'LumiNet Monitor V2',
'link': 'http://www.luminex.be/products_details.php?cat=3&prod=0100035&display=description',
'image_url': 'http://www.luminex.be/products/0100035/logo_035.png',
'tags': ['Windows', 'Mac']},
],
0x4c55: [
{'name': 'SuperNova',
'link': 'http://www.lumenradio.com/supernova',
'image_url': 'http://www.lumenradio.com/images/products/screenshots/geographicaln.png',
'tags': ['Windows', 'Mac']},
],
0x6864: [
{'name': 'GetSet',
'link': 'http://www.jese.co.uk/product/202/',
'image_url': 'http://www.jese.co.uk/product/202/image/manager.gif',
'tags': ['Windows']},
],
0x656C: [
{'name': 'dmXLAN',
'link': 'http://www.elclighting.com/download-software/software/27-dmxlan-software',
'image_url': 'http://www.elclighting.com/images/products_300x300max/dmxlanv4%20screen%20shot_300max.gif',
'tags': ['Windows', 'Mac']},
],
}