Skip to content

Commit

Permalink
Merge pull request #193 from EddieKuo723/master
Browse files Browse the repository at this point in the history
Update downloadstation.py
  • Loading branch information
N4S4 authored Jan 2, 2025
2 parents c011003 + 5d4b6a7 commit 0fc1749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synology_api/downloadstation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ def __init__(self,
dsm_version: int = 7,
debug: bool = True,
otp_code: Optional[str] = None,
device_id: Optional[str] = None,
device_name: Optional[str] = None,
interactive_output: bool = True,
download_st_version: int = None
) -> None:

super(DownloadStation, self).__init__(ip_address, port, username, password, secure, cert_verify,
dsm_version, debug, otp_code, 'DownloadStation')
dsm_version, debug, otp_code, device_id, device_name, 'DownloadStation')

self._bt_search_id: str = ''
self._bt_search_id_list: list[str] = []
Expand Down

0 comments on commit 0fc1749

Please sign in to comment.