mirror of
https://github.com/OrbTools/OrbCommon
synced 2024-11-18 03:25:32 +00:00
add DeviceList
This commit is contained in:
parent
1bb032e25d
commit
1c5b5637f7
@ -10,3 +10,8 @@ type Device struct {
|
||||
BINDING []byte
|
||||
GUI gui.GUI
|
||||
}
|
||||
|
||||
//DeviceList List of supported devices
|
||||
var DeviceList = []string{
|
||||
"Orbweaver",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user