Changelog
Last Updated on : 2024-08-29 09:31:05download
v5.2.3
- Release date: August 29, 2024
- What’s new:
- Added the
thingsmart-sweeper
component.
- Optimized the reconnection mechanism and added the logic of retrying 6 times within 30 seconds.
v5.2.0
- Release date: June 19, 2024
- What’s new:
- Added the dependencies for P2P and P2P API.
- Added two cleaning history methods for the streaming service 2.0.
v5.1.0-9
- Release date: April 15, 2024
- What’s new:
- Optimized component dependencies.
v5.1.0-8
- Release date: January 24, 2024
- What’s new:
- Fixed the issue where the destructor for the file transfer component takes too long.
v5.1.0-7
- Release date: December 1, 2023
- What’s new:
- Fixed the issue where assigning a value failed when the robot vacuum panel plugin reinvoked the listener object.
v5.1.0-4
- Release date: November 16, 2023
- What’s new:
- Optimized reconnection logic with asynchronous thread calls.
v5.1.0-2
- Release date: October 18, 2023
- What’s new:
- Optimized reconnection logic.
v5.0.0
- Release date: April 17, 2023
- What’s new:
- Updated the SDK to v5.0.0.
v3.2.4
- Release date: March 3, 2023
- What’s new:
- Supported data transfers through the Object Storage Service (OSS).
v3.2.3-1
- Release date: February 7, 2023
- What’s new:
v3.2.3
- Release date: February 2, 2023
- What’s new:
v3.2.2
- Release date: January 5, 2023
- What’s new:
v3.1.1
- Release date: November 16, 2022
- What’s new:
v3.1.0
- Release date: November 2, 2022
- What’s new:
- Deprecated the object storage (OSS) data channel and switched to P2P.
- Fixed known issues.
v3.0.2
- Release date: July 29, 2022
- What’s new:
v3.0.1
- Release date: July 12, 2022
- What’s new:
- Added the API method to check the P2P connection status.
v3.0.0
- Release date: June 24, 2022
- What’s new:
- Added the failure callback that is executed if an error occurs during the download through P2P connections.
- Supported cloud storage on Azure.
v2.2.4
- Release date: June 8, 2022
- What’s new:
v2.2.2
- Release date: November 15, 2021
- What’s new:
- Supported data retrieval by robot vacuums through P2P connections.
v2.1.0
v0.1.0
- What’s new:
- Separated the sweeper SDK from the
Tuya Home SDK
.
- Added the voice downloading feature.
- Added the method to manage multiple maps for the laser navigation robot vacuum.
v0.0.10
- What’s new:
- Added the method to empty the cleaning history.
v0.0.9
- Fixed issues.
- Fixed the AP pairing issue for certain Huawei phone models.
v0.0.8
v0.0.7
- Fixed issues.
- Allowed the shared member to access the cleaning history.
v0.0.6
- What’s new:
- Supported classifying the cleaning history by the latitude of the associated home.
v0.0.5
- What’s new:
- Deleted the legacy method
deleteSweeperHistoryData
.
- Added the method
getSweeperCurrentPath
to query the current map and path
.
- Added
byte[]
to the onSuccess
method in the getSweeperByteData
callback.
- Added
devId
in startConnectSweeperDataChannel
and startConnectSweeperByteDataChannel
callback.
- Enabled
getCloudFileUrl
to return a complete URL, including https://
.
v0.0.4
- What’s new:
- Enabled the data channel to directly return
byte[]
.
v0.0.3
- Fixed issues.
- Fixed the issue of repeated
onDpUpdate()
callbacks.
v0.0.2
- Fixed issues.
- Changed the return value of the historical record method.