mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
9fa70f1dc5
commit
42e7af543d
@ -246,14 +246,15 @@ class DevicePlugin(Plugin):
|
|||||||
the user.
|
the user.
|
||||||
|
|
||||||
:param connected_device: The device that we are trying to open. It is
|
:param connected_device: The device that we are trying to open. It is
|
||||||
a tuple of (vendor id, product id, bcd, manufacturer name, product
|
a tuple of (vendor id, product id, bcd, manufacturer name, product
|
||||||
name, device serial number). However, some device have no serial number
|
name, device serial number). However, some devices have no serial
|
||||||
and on windows only the first three fields are present, the rest are
|
number and on windows only the first three fields are present, the
|
||||||
None.
|
rest are None.
|
||||||
|
|
||||||
:param library_uuid: The UUID of the current calibre library. Can be
|
:param library_uuid: The UUID of the current calibre library. Can be
|
||||||
None if there is no library (for example when used from the command
|
None if there is no library (for example when used from the command
|
||||||
line.
|
line).
|
||||||
|
|
||||||
'''
|
'''
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user