automatic setup for devices

Its not close to being done and still need to work out the flows due to
who arrives first: telemetry or the peripheral?
This commit is contained in:
2026-09-21 15:27:42 +01:00
parent 6ff4cc3014
commit b364931c80
8 changed files with 134 additions and 15 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func (uid *UIDevice) Close() error {
return nil
}
func (uid *UIDevice) Setup() error {
func (uid *UIDevice) Setup(provider string) error {
return nil
}