Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit e482f41

Browse files
committed
Added more devices + correct startAddresses
1 parent f94dde4 commit e482f41

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Project DMX 2.0/bin/Debug/devices.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@
1616
"StartAddress": 120,
1717
"DeviceType": 2,
1818
"NumberOfChannels": 6
19-
},
20-
{
21-
"Name": "Ayra LED Scanner",
22-
"StartAddress": 100,
23-
"DeviceType": 3,
24-
"NumberOfChannels": 11
25-
},
26-
{
27-
"Name": "EuroLite LED Panel",
28-
"StartAddress": 301,
29-
"DeviceType": 4,
30-
"NumberOfChannels": 48
31-
},
32-
{
33-
"Name": "Showtec LED Spot",
34-
"StartAddress": 20,
35-
"DeviceType": 5,
36-
"NumberOfChannels": 6
37-
},
38-
{
39-
"Name": "Showtec LED Spot",
40-
"StartAddress": 40,
41-
"DeviceType": 5,
42-
"NumberOfChannels": 6
19+
// },
20+
// {
21+
// "Name": "Ayra LED Scanner",
22+
// "StartAddress": 100,
23+
// "DeviceType": 3,
24+
// "NumberOfChannels": 11
25+
// },
26+
// {
27+
// "Name": "EuroLite LED Panel",
28+
// "StartAddress": 301,
29+
// "DeviceType": 4,
30+
// "NumberOfChannels": 48
31+
// },
32+
// {
33+
// "Name": "Showtec LED Spot",
34+
// "StartAddress": 20,
35+
// "DeviceType": 5,
36+
// "NumberOfChannels": 6
37+
// },
38+
// {
39+
// "Name": "Showtec LED Spot",
40+
// "StartAddress": 40,
41+
// "DeviceType": 5,
42+
// "NumberOfChannels": 6
4343
}
4444
]

0 commit comments

Comments
 (0)