add DeviceList

Minizbot2012 3 years ago
parent 794d5e6f51
commit 0136c0179a

@ -10,3 +10,8 @@ type Device struct {
BINDING []byte
GUI gui.GUI
}
//DeviceList List of supported devices
var DeviceList = []string{
"Orbweaver",
}

Loading…
Cancel
Save