Adding multi device support

This commit is contained in:
2025-12-06 22:26:03 +00:00
parent 9cab522c06
commit c23441908f
9 changed files with 188 additions and 4 deletions
+9
View File
@@ -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{},
}