reveal Name var for driver.info

This commit is contained in:
martha-johnston
2023-03-30 15:06:01 -04:00
committed by Eric Daniels
parent b9ce5bb861
commit 57c9ba0fc5
6 changed files with 9 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ func discover(discovered map[string]struct{}, pattern string) {
Label: label + LabelSeparator + reallink,
DeviceType: driver.Camera,
Priority: priority,
Name: label,
})
}
}