Changelog

Last Updated on : 2023-05-22 06:38:31download

v3.1.1 (2022-11-16)

  • Fixed: fixed certain issues.

v3.1.0 (2022-11-02)

  • Optimized: deprecated real-time data transfers through Object Storage Service (OSS) are deprecated, and supported peer-to-peer (P2P) channels to get real-time data.

  • Fixed: fixed certain issues.

v3.0.3 (2022-08-11)

  • Fixes and updates: fixed certain issues.

v3.0.1 (2022-07-12)

  • Optimized: supported automatic attempts to reconnect devices if P2P connections have faults.

  • New updates: added the API method to check P2P connection status.

v3.0.0 (2022-06-23)

New updates:

  • Added the failure callback that is executed if an error occurs during the download through P2P connections.
  • Supported cloud storage on Azure.

v2.2.1 (2021-11-13)

New updates: supported data retrieval by robot vacuums through peer-to-peer (P2P) connections.

v2.2.2 (2021-12-28)

Fixed issues: fixed reference dependency conflicts.

v2.2.1 (2021-11-11)

New updates: supported data retrieval by robot vacuums through peer-to-peer (P2P) connections.

v2.1.0 (2021-06-16)

New updates: added the API method to name multiple floor maps.

v2.0.2 (2021-03-27)

Depended on the latest version pod 'TuyaSmartDeviceCoreKit'.

Fixed issues: fixed the error caused by the empty extendField property.

v2.0.1 (2021-03-19)

Depended on the latest version pod 'TuyaSmartDeviceCoreKit'.

New updates: modified the dependency from TuyaSmartDeviceKit to TuyaSmartDeviceCoreKit.

v2.0.0 (2021-01-08)

Depended on the latest version pod 'TuyaSmartDeviceKit'.

v1.2.5 (2020-07-04)

Depended on the latest version pod 'TuyaSmartDeviceKit'.

New updates:

  • Supported querying a list of voice packages on pages.
  • Added extension properties to voice packages.

v1.2.4 (2020-04-26)

Depended on the latest version pod 'TuyaSmartDeviceKit'.

  • New updates:
    • Added the robot vacuum management class TuyaSmartSweeperDevice.
    • Updated the streaming data channel API.
  • Deprecated: TuyaSmartSweeper and TuyaSmartFileDownload.

v1.0.7 (2019-11-09)

Depended on the latest version pod 'TuyaSmartDeviceKit'.

  • New updates: added the voice downloading feature.
  • Fixed issues: fixed the error that occurred when -[TuyaSmartSweeper sweeper:didReciveDataWithDevId:] returned current device data.

v1.0.6 (2019-09-27)

Depended on the latest version pod 'TuyaSmartDeviceKit'.

Fixed issues: removed logs.

v1.0.5 (2019-07-03)

Depended on the latest version pod 'TuyaSmartDeviceKit'.

Fixed issues: fixed occasional crashes.

v1.0.4 (2019-06-24)

Depended on the latest version pod 'TuyaSmartDeviceKit'.

Fixed issues: removed the MQTT delegate after an object is destroyed.

v0.2.0 (2019-05-15)

Depended on the version pod 'TuyaSmartDeviceKit', '~> 2.10.96'.

  • Deprecated: -[TuyaSmartSweeperDelegate sweeper:didReciveDataWithDevId:mapType:mapPath:] used to receive messages through laser data channels.
  • Added: -[TuyaSmartSweeperDelegate sweeper:didReciveDataWithDevId:mapData:] used to receive messages through laser data channels.

v0.1.7 (2019-05-15)

Depended on the version pod 'TuyaSmartDeviceKit', '~> 2.8.43'.

  • Fixed issues:

    • Supported bitcode.
    • Updated the logic of cloud-based configurations returned by - (void)getSweeperCurrentPathWithDevId:.
  • New updates: added - (void)removeAllHistoryDataWithDevId: to clear historical cleaning tasks of the current robot vacuum.

v0.1.6 (2019-03-21)

New updates: supported device sharing to view historical cleaning tasks.

v0.1.5 (2019-03-19)

Fixed issues: optimized the API method that returned historical cleaning tasks classified by the latitude of the associated home.

v0.1.4 (2019-03-05)

  • Fixed issues: optimized the delegate method TuyaSmartSweeperDelegate to only return the MQTT messages received by the device with devId specified in the current initialization.

  • New updates:

    • - (void)getSweeperDataWithBucket: supported downloading files based on bucket and path and executing the callback complete for the downloaded content.
    • - (void)getSweeperDataWithBucket: parsed Object Storage Service (OSS) error messages and returned NSError.
    • - (void)getSweeperCurrentPathWithDevId: returned the storage path of map or cleaning route files.
    • - (void)removeSweeperHistoryDataWithDevId: deleted historical cleaning tasks of a robot vacuum.