Adding multi device support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package devices
|
||||
|
||||
import helper "esdi/helpers"
|
||||
|
||||
var ESBtnBox = Device{
|
||||
ID: ESBtnBoxDevID,
|
||||
Name: helper.B32("ESLabs Button Box"),
|
||||
API: map[string]DeviceCMD{},
|
||||
}
|
||||
Reference in New Issue
Block a user