TMSiSDK.device.devices.saga.saga_device.SagaDevice.set_device_download_file_request#
- SagaDevice.set_device_download_file_request(file_id, download=True)#
Sets the download file request to start or stop the download stream.
- Parameters:
file_id (int) – id of the file to download
download (bool, optional) – True if to download, False to stop, defaults to True
- Raises: