add some missing methods

This commit is contained in:
Dan Jenkins
2022-08-15 15:15:11 +01:00
parent 8fd5e467e5
commit 6dd84c0814
2 changed files with 16 additions and 10 deletions

View File

@@ -62,6 +62,7 @@ func runPipeline(loop *glib.MainLoop) error {
return true
})
fmt.Println("Starting device monitor")
monitor.Start()
fmt.Println("Started device monitor")
devices := monitor.GetDevices()