2
0
mirror of https://github.com/OrbTools/OrbCommon synced 2024-11-18 03:25:32 +00:00

add DeviceList

This commit is contained in:
Minizbot2012 2021-02-09 17:12:36 -08:00
parent 1bb032e25d
commit 1c5b5637f7
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

View File

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