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

Commit

Permalink
Added more devices + correct startAddresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishezzz committed May 20, 2019
1 parent f94dde4 commit e482f41
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Project DMX 2.0/bin/Debug/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"StartAddress": 120,
"DeviceType": 2,
"NumberOfChannels": 6
},
{
"Name": "Ayra LED Scanner",
"StartAddress": 100,
"DeviceType": 3,
"NumberOfChannels": 11
},
{
"Name": "EuroLite LED Panel",
"StartAddress": 301,
"DeviceType": 4,
"NumberOfChannels": 48
},
{
"Name": "Showtec LED Spot",
"StartAddress": 20,
"DeviceType": 5,
"NumberOfChannels": 6
},
{
"Name": "Showtec LED Spot",
"StartAddress": 40,
"DeviceType": 5,
"NumberOfChannels": 6
// },
// {
// "Name": "Ayra LED Scanner",
// "StartAddress": 100,
// "DeviceType": 3,
// "NumberOfChannels": 11
// },
// {
// "Name": "EuroLite LED Panel",
// "StartAddress": 301,
// "DeviceType": 4,
// "NumberOfChannels": 48
// },
// {
// "Name": "Showtec LED Spot",
// "StartAddress": 20,
// "DeviceType": 5,
// "NumberOfChannels": 6
// },
// {
// "Name": "Showtec LED Spot",
// "StartAddress": 40,
// "DeviceType": 5,
// "NumberOfChannels": 6
}
]

0 comments on commit e482f41

Please sign in to comment.