We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673b867 commit 7526672Copy full SHA for 7526672
1 file changed
pyspacemouse/api.py
@@ -31,7 +31,7 @@ def get_connected_devices() -> List[Tuple[str, str]]:
31
"""Return the paths and names of the supported devices currently connected.
32
33
Returns:
34
- Tuple of two lists: (device_paths, device_names)
+ List of tuples: (device_path, device_name).
35
Empty list if no supported devices are found.
36
37
Raises:
0 commit comments