### justStartService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingHardware.html Starts the hardware service without additional setup. ```APIDOC ## justStartService(Context) ### Description Starts the hardware service without additional setup. ### Method abstract void ### Parameters * **context** (Context) - The application context. ``` -------------------------------- ### justStartService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingHardware.html Starts the hardware service without additional setup, using the provided context. ```APIDOC ## justStartService ### Description Starts the hardware service without additional setup, using the provided context. ### Method abstract void ### Parameters #### Path Parameters - **context** (Context) - Required - The application context. ``` -------------------------------- ### start() Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/config/IConfig.html Starts the configuration process. ```APIDOC ## start() ### Description Starts the configuration process. ### Method `abstract void start()` ### Parameters None ### Response None ``` -------------------------------- ### start Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/api/IThingCameraDevActivator.html Starts the camera device activation process. ```APIDOC ## start ### Description Starts the camera device activation process. ### Method `void start()` ### Parameters None ### Response None ``` -------------------------------- ### start Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/api/IThingActivator.html Starts the device activation process. ```APIDOC ## start ### Description Starts the device activation process. ### Method ``` abstract void start() ``` ``` -------------------------------- ### startHardwareService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/api/IThingDeviceListManager.html Starts the hardware service. ```APIDOC ## startHardwareService ### Description Starts the hardware service, likely for managing hardware-related functionalities. ### Method `abstract void` ### Parameters None. ``` -------------------------------- ### startLightingConfigExecute Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/IDevModel.html Starts a lighting configuration process. ```APIDOC ## startLightingConfigExecute (Overload 1) ### Description Starts a lighting configuration process for specified devices with a given token. ### Method abstract void ### Parameters - **devId** (String) - The device ID. - **token** (String) - The authentication token. - **uuIds** (List) - A list of UUIDs for the lighting devices. - **callback** (IResultCallback) - The callback to handle the result. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingWiredConfig.html Starts the wired device configuration process with a device ID, token, initialization key, and security configuration. This is the most comprehensive overload for starting configuration. ```APIDOC ## startConfig(Context context, String devId, String token, String initKey, String securityConfig) ### Description Starts the wired device configuration process with all necessary parameters, including security configuration for enhanced setup. ### Method void ### Parameters #### Path Parameters - **context** (Context) - Required - The Android context. - **devId** (String) - Required - The device ID. - **token** (String) - Required - The configuration token. - **initKey** (String) - Required - The initialization key. - **securityConfig** (String) - Required - The security configuration string. ### Response #### Success Response - (void) - No return value. ``` -------------------------------- ### startFirmwareUpgrade (upgradeInfoBeans) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/api/IThingOTAService.html Initiates the firmware upgrade process for a list of devices. This method starts the download and installation of firmware based on the provided upgrade information. ```APIDOC ## startFirmwareUpgrade ### Description Initiates the firmware upgrade process for a list of devices. This method starts the download and installation of firmware based on the provided upgrade information. ### Method `abstract void startFirmwareUpgrade(List upgradeInfoBeans)` ### Parameters #### Path Parameters - **upgradeInfoBeans** (List) - Required - A list of beans containing information about the firmware upgrades to start. ``` -------------------------------- ### start(int sl) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/config/IConfig.html Starts the configuration process with a specified sleep duration. ```APIDOC ## start(int sl) ### Description Starts the configuration process with a specified sleep duration. ### Method `abstract void start(int sl)` ### Parameters * **sl** (int) - The sleep duration in milliseconds. ### Response None ``` -------------------------------- ### startServerService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/api/IThingDeviceListManager.html Starts the server service. ```APIDOC ## startServerService ### Description Starts the server service associated with the device list management. ### Method `abstract void` ### Parameters None. ``` -------------------------------- ### startPlayBackDownload Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/p2p/ICameraP2P.html Starts downloading a playback segment. This method allows specifying start and stop times, folder path, file name, and provides callbacks for progress and completion. ```APIDOC ## startPlayBackDownload ### Description Starts downloading a playback segment. This method allows specifying start and stop times, folder path, file name, and provides callbacks for progress and completion. ### Method abstract void ### Signature startPlayBackDownload(int startTime, int stopTime, String folderPath, String fileName, OperationDelegateCallBack callBack, ProgressCallBack progressCallBack, OperationDelegateCallBack finishCallBack) ### Parameters - **startTime** (int) - The start time of the playback segment in seconds. - **stopTime** (int) - The stop time of the playback segment in seconds. - **folderPath** (String) - The path to the folder where the file will be saved. - **fileName** (String) - The name of the file to be saved. - **callBack** (OperationDelegateCallBack) - Callback for the initial operation status. - **progressCallBack** (ProgressCallBack) - Callback for download progress updates. - **finishCallBack** (OperationDelegateCallBack) - Callback for when the download is finished. ``` -------------------------------- ### startVideoMessageDownload Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/msgvideo/IThingCloudVideo.html Starts downloading a video message with specified details, including URL, encryption key, storage path, filenames, and callbacks for start, progress, and completion. ```APIDOC ## startVideoMessageDownload ### Description Starts downloading video message. ### Method abstract int ### Parameters #### Path Parameters - `videoUrl` (String) - Video link. - `encryptKey` (String) - Key. - `folderPath` (String) - Store folder name. - `mp4FileName` (String) - Video name. - `thumbnailName` (String) - Thumbnail name. - `callback` (OperationCallBack) - Start download callback. - `progressCallBack` (ProgressCallBack) - Progress callback. - `playFinishedCallBack` (OperationCallBack) - Download finish callback. ``` -------------------------------- ### startLightingSearchExecute Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/IDevModel.html Starts a lighting search process. ```APIDOC ## startLightingSearchExecute ### Description Starts a search process for lighting devices with specified server and client timeouts. ### Method abstract void ### Parameters - **devId** (String) - The device ID. - **serverTimeout** (long) - The server timeout duration. - **clientTimeout** (long) - The client timeout duration. - **callback** (IResultCallback) - The callback to handle the result. ``` -------------------------------- ### startDownloadAlbumFile Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/p2p/AbsTutkCameraP2P.html Starts downloading files from an album. ```APIDOC ## startDownloadAlbumFile ### Description Starts downloading files from an album. ### Method N/A (This is a method signature, not an HTTP endpoint) ### Endpoint N/A ### Parameters #### Path Parameters - **albumName** (String) - Required - The name of the album. - **savedFolder** (String) - Required - The local folder to save the downloaded files. - **jsonFiles** (String) - Required - A JSON string specifying the files to download. - **thumbnail** (boolean) - Required - Whether to download thumbnails. - **callBack** (OperationDelegateCallBack) - Required - Callback for general operation status. - **progressCallBack** (ProgressCallBack) - Required - Callback for download progress updates. - **fileDownLoadProgressCallBack** (FileDownLoadProgressCallBack) - Required - Callback for individual file download progress. - **finishCallBack** (FileDownloadFinishCallBack) - Required - Callback for when the download is finished. ``` -------------------------------- ### Get Scene Guide List Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/scene/api/service/IExtService.html Retrieves the list of scene guides via a callback. ```APIDOC ## getGuideBannerAll ### Description Get scene guide list ### Method Signature `Unit getGuideBannerAll(IResultCallback callback)` ### Parameters * **callback** (IResultCallback) - The callback to handle the result. ``` -------------------------------- ### getGuideBannerAll Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/scene/api/service/IExtService.html Get scene guide list. This method retrieves a list of guide banners for scenes. ```APIDOC ## getGuideBannerAll ### Description Get scene guide list. ### Parameters #### Path Parameters - `callback` (IResultCallback) - Required - Callback for receiving the BannerList. ``` -------------------------------- ### getInstallCode Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/builder/ThingGwSubDevActivatorBuilder.html Gets the install code for the sub-device. ```APIDOC ## getInstallCode() ### Description Gets the install code for the sub-device. ### Method String getInstallCode() ### Returns * **String** - The install code for the sub-device. ``` -------------------------------- ### startPreview Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/deprecated.html Starts the preview. This method is deprecated. ```APIDOC ## startPreview ### Description Starts the preview. This method is deprecated. ### Method [Method Signature] ### Parameters - **OperationDelegateCallBack**: Callback for the preview start operation. ``` -------------------------------- ### startSearchDevice() Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-18.html Starts the device search process. ```APIDOC ## startSearchDevice() ### Description Initiates the process of searching for devices. This method is part of the `IThingDirectActivator` interface. ### Method (Not specified in source, likely a method call within the SDK) ### Endpoint (Not applicable for SDK methods) ### Parameters (No parameters specified in the source for the no-argument `startSearchDevice()`) ### Request Example (Not applicable for SDK methods) ### Response #### Success Response (Details not provided in source) #### Response Example (Details not provided in source) ``` -------------------------------- ### getToco_transfer_guide Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/android/user/bean/CommonConfigBean.html Gets the IPC toco transfer guide. ```APIDOC ## getToco_transfer_guide ### Description Gets ipc toco transfer guide. ### Method GET (assumed, as it's a getter) ### Endpoint (Not specified, typically part of a larger configuration endpoint) ### Returns - **String**: The IPC toco transfer guide. ``` -------------------------------- ### startLightingConfigExecute Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/IDevModel.html Starts a lighting configuration process with additional JSON array parameter. ```APIDOC ## startLightingConfigExecute (Overload 2) ### Description Starts a lighting configuration process for specified devices with a given token and a JSON array. ### Method abstract void ### Parameters - **devId** (String) - The device ID. - **token** (String) - The authentication token. - **uuIds** (List) - A list of UUIDs for the lighting devices. - **jsonArray** (JSONArray) - A JSON array containing configuration details. - **callback** (IResultCallback) - The callback to handle the result. ``` -------------------------------- ### getSubInstallCodes Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/builder/ThingGwSubDevActivatorBuilder.html Gets the list of install codes for sub-devices. ```APIDOC ## getSubInstallCodes() ### Description Gets the list of install codes for sub-devices. ### Method List getSubInstallCodes() ### Returns * **List** - A list of SubDevInstallBean objects. ``` -------------------------------- ### IThingBlueMeshActivator.startActivator() Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-18.html Starts the BlueMesh device activator. ```APIDOC ## startActivator() ### Description Initiates the activation process for devices using the BlueMesh protocol. ### Method Not specified (assumed to be a method call within the SDK). ### Endpoint N/A (SDK method) ### Parameters None. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingEZConfig.html Initiates the device configuration process with the provided Wi-Fi credentials and a token. ```APIDOC ## startConfig ### Description Initiates the device configuration process with the provided Wi-Fi credentials and a token. ### Method Signature `abstract void startConfig(String ssid, String password, String token)` ### Parameters * **ssid** (String) - The Wi-Fi network name. * **password** (String) - The Wi-Fi network password. * **token** (String) - A token for authentication or identification. ``` -------------------------------- ### IConfig.start() Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-18.html Starts a configuration process using the IConfig interface. ```APIDOC ## start() ### Description Begins a configuration process. This is a general start method for configuration. ### Method Not specified (assumed to be a method call within the SDK). ### Endpoint N/A (SDK method) ### Parameters None explicitly listed for this overload. ### Request Example ```java IConfig config = ...; // Obtain an instance of IConfig config.start(); ``` ### Response No specific response details provided in the source. ``` -------------------------------- ### startGetSupportConnectTypeWithTimeout Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/api/IThingSmartBroadbandActivator.html Starts the process of getting supported connection types for a given Home Gateway (HGW) with a timeout. This helps in determining how a device can connect. ```APIDOC ## startGetSupportConnectTypeWithTimeout ### Description Starts the process of getting supported connection types for a given Home Gateway (HGW) with a timeout. This helps in determining how a device can connect. ### Method Signature `void startGetSupportConnectTypeWithTimeout(Context context, HgwBean hgwBean, long timeout, IThingBroadbandConnectTypeListener listener)` ### Parameters * **context** (Context) - The application context. * **hgwBean** (HgwBean) - The Home Gateway bean containing information about the router. * **timeout** (long) - The timeout duration in milliseconds for the operation. * **listener** (IThingBroadbandConnectTypeListener) - The listener to receive the supported connection types. ``` -------------------------------- ### startLightingConfigExecute (overload 2) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/IDevModel.html Initiates the lighting configuration process for specified devices with additional JSON array parameters. This overload is useful for more complex configurations. ```APIDOC ## startLightingConfigExecute ### Description Initiates the lighting configuration process for specified devices with additional JSON array parameters. This overload is useful for more complex configurations. ### Method `abstract void` ### Signature `startLightingConfigExecute(String devId, String token, List uuIds, JSONArray jsonArray, IResultCallback callback)` ### Parameters * **devId** (String) - The ID of the device. * **token** (String) - The authentication token for the configuration process. * **uuIds** (List) - A list of UUIDs for the lighting devices to configure. * **jsonArray** (JSONArray) - Additional configuration parameters in JSON array format. * **callback** (IResultCallback) - The callback to handle the result of the operation. ``` -------------------------------- ### Get Data Point Stat Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/api/IThingDevice.html Retrieves statistical data for a specific Data Point (DP) within a given time range. Requires DP type, start time, number of records, DP ID, and an IGetDataPointStatCallback. ```APIDOC ## getDataPointStat ### Description Retrieves statistical data for a specific Data Point (DP) within a given time range. ### Method `abstract void` ### Parameters * `type` (DataPointTypeEnum) - The type of the Data Point. * `startTime` (long) - The start time for the statistics query (Unix timestamp). * `number` (int) - The number of records to retrieve. * `dpId` (String) - The identifier of the Data Point. * `callback` (IGetDataPointStatCallback) - The callback to handle the statistical data. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingWiredConfig.html Starts the wired device configuration process with a token. This is a basic method to initiate configuration. ```APIDOC ## startConfig(Context context, String token) ### Description Starts the wired device configuration process using the provided context and token. ### Method void ### Parameters #### Path Parameters - **context** (Context) - Required - The Android context. - **token** (String) - Required - The configuration token. ### Response #### Success Response - (void) - No return value. ``` -------------------------------- ### startService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingHardware.html Starts the hardware service for a given context. ```APIDOC ## startService ### Description Starts the hardware service for a given context. ### Method abstract void ### Parameters #### Path Parameters - **context** (Context) - Required - The application context. ``` -------------------------------- ### startPreview (callBack) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/middleware/p2p/IThingSmartCameraP2P.html Starts playing live video. ```APIDOC ## startPreview ### Description Starts playing live video. ### Method abstract void ### Parameters #### Path Parameters - **callBack** (OperationDelegateCallBack) - Description not available ``` -------------------------------- ### startPreview (definition, callBack) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/middleware/p2p/IThingSmartCameraP2P.html Starts playing live video with a specified definition. ```APIDOC ## startPreview ### Description Starts playing live video with a specified definition. ### Method abstract void ### Parameters #### Path Parameters - **definition** (int) - Description not available - **callBack** (OperationDelegateCallBack) - Description not available ``` -------------------------------- ### playAudio Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/msgvideo/IThingCloudVideo.html Starts playing audio-only messages with specified URL, start time, and encryption key. Includes callbacks for start and finish events. ```APIDOC ## playAudio ### Description Starts playing audio-only messages. ### Method abstract void ### Parameters #### Path Parameters - `url` (String) - Audio link. - `startTime` (int) - Starting time. - `encryptKey` (String) - Encryption key. - `callback` (OperationCallBack) - Start callback. - `playFinishedCallBack` (OperationCallBack) - End callback. ``` -------------------------------- ### startService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingHardware.html Starts the hardware service with the provided context. ```APIDOC ## startService(Context) ### Description Starts the hardware service with the provided context. ### Method abstract void ### Parameters * **context** (Context) - The application context. ``` -------------------------------- ### startPreview Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/index-files/index-17.html Starts playing live video. Overloaded versions are available in IThingSmartCameraP2P and ICameraP2P interfaces. ```APIDOC ## startPreview (OperationDelegateCallBack) ### Description Starts playing live video. This version is available in the IThingSmartCameraP2P and ICameraP2P interfaces. ### Method Not specified (likely a method call within the SDK) ### Parameters - **param1** (OperationDelegateCallBack) - Description not specified ``` ```APIDOC ## startPreview (int, OperationDelegateCallBack) ### Description Starts playing live video. This version is available in the IThingSmartCameraP2P and ICameraP2P interfaces. ### Method Not specified (likely a method call within the SDK) ### Parameters - **param1** (int) - Description not specified - **param2** (OperationDelegateCallBack) - Description not specified ``` -------------------------------- ### startPlayBack Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/p2p/ICameraP2P.html Starts playback with specified start time, stop time, and play time. ```APIDOC ## startPlayBack ### Description Starts playback with specified start time, stop time, and play time. ### Method abstract void ### Parameters - **startTime** (int) - Description not available - **stopTime** (int) - Description not available - **playTime** (int) - Description not available - **callBack** (OperationDelegateCallBack) - Description not available - **finishcallBack** (OperationDelegateCallBack) - Description not available ``` -------------------------------- ### Play Audio Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/msgvideo/IThingCloudVideo.html Starts playing audio-only messages from a given URL, with options for start time and encryption. ```APIDOC ## playAudio ### Description Start playing audio-only messages. ### Method ``` abstract void playAudio(String url, int startTime, String encryptKey, OperationCallBack callback, OperationCallBack playFinishedCallBack) ``` ### Parameters #### Path Parameters - **url** (String) - Required - The URL of the audio to play. - **startTime** (int) - Required - The start time in seconds. - **encryptKey** (String) - Required - The encryption key for the audio. - **callback** (OperationCallBack) - Required - Callback for the play operation status. - **playFinishedCallBack** (OperationCallBack) - Required - Callback for when the audio playback finishes. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingAPConfig.html Starts the device configuration process using provided Wi-Fi credentials and an optional token. This method is overloaded to include different parameters for context, listeners, and configuration maps. ```APIDOC ## startConfig(String ssid, String password, String token) ### Description Initiates the device configuration process with Wi-Fi SSID, password, and a token. ### Method `abstract void` ### Parameters * **ssid** (String) - The Wi-Fi network name. * **password** (String) - The Wi-Fi network password. * **token** (String) - An authentication token. ## startConfig(Context context, String ssid, String password, String token) ### Description Initiates the device configuration process with context, Wi-Fi credentials, and a token. ### Method `abstract void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The Wi-Fi network name. * **password** (String) - The Wi-Fi network password. * **token** (String) - An authentication token. ## startConfig(Context context, String ssid, String password, String token, IDeviceHardwareConfigListener listener) ### Description Initiates the device configuration process with context, Wi-Fi credentials, a token, and a hardware configuration listener. ### Method `abstract void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The Wi-Fi network name. * **password** (String) - The Wi-Fi network password. * **token** (String) - An authentication token. * **listener** (IDeviceHardwareConfigListener) - Listener for hardware configuration events. ## startConfig(Context context, String ssid, String password, String token, IDeviceHardwareConfigListener listener, IDeviceActivatorConfigListener apConfigListener) ### Description Initiates the device configuration process with context, Wi-Fi credentials, a token, and both hardware and activator configuration listeners. ### Method `abstract void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The Wi-Fi network name. * **password** (String) - The Wi-Fi network password. * **token** (String) - An authentication token. * **listener** (IDeviceHardwareConfigListener) - Listener for hardware configuration events. * **apConfigListener** (IDeviceActivatorConfigListener) - Listener for device activator configuration events. ## startConfig(Context context, String ssid, String password, String token, Map config, IDeviceHardwareConfigListener listener, IDeviceActivatorConfigListener apConfigListener) ### Description Initiates the device configuration process with context, Wi-Fi credentials, a token, a configuration map, and both hardware and activator configuration listeners. ### Method `abstract void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The Wi-Fi network name. * **password** (String) - The Wi-Fi network password. * **token** (String) - An authentication token. * **config** (Map) - A map of additional configuration parameters. * **listener** (IDeviceHardwareConfigListener) - Listener for hardware configuration events. * **apConfigListener** (IDeviceActivatorConfigListener) - Listener for device activator configuration events. ``` -------------------------------- ### Publish LE Audio Start Speech Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/android/ble/IThingLEAudioManager.html Publishes an event indicating the start of a speech interaction for LE audio. ```APIDOC ## publishLEAudioStartSpeech ### Description Publishes an event indicating the start of a speech interaction for LE audio. ### Method Signature `void publishLEAudioStartSpeech(int status, String devId, String dialogId)` ### Parameters * **status** (int) - The status code indicating the start of speech. * **devId** (String) - The unique identifier of the device. * **dialogId** (String) - The identifier for the current dialog session. ``` -------------------------------- ### startClient Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/android/blemesh/api/IThingSigMeshClient.html Starts the Bluetooth Mesh client with the provided SigMeshBean configuration. ```APIDOC ## startClient ### Description Starts the Bluetooth Mesh client with the provided SigMeshBean configuration. ### Method Signature `void startClient(SigMeshBean sigMeshBean)` ### Parameters * **sigMeshBean** (SigMeshBean) - The configuration bean for the SigMesh client. ``` -------------------------------- ### onLEAudioStartSpeech Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/android/ble/api/audio/OnLEAudioStatusListener.html Callback method invoked when the LE audio speech session starts. It provides the device ID and start arguments. ```APIDOC ## onLEAudioStartSpeech ### Description Callback method invoked when the LE audio speech session starts. It provides the device ID and start arguments. ### Method Signature `abstract void onLEAudioStartSpeech(String devId, ThingLEAudioStartArgs startArgs)` ### Parameters * **devId** (String) - The unique identifier of the device. * **startArgs** (ThingLEAudioStartArgs) - Arguments related to the start of the audio speech session. ``` -------------------------------- ### justStartService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-10.html Starts a service for hardware. This is a utility function within the IThingHardware interface. ```APIDOC ## justStartService(Context) ### Description Starts a service for hardware. This is a function within the `IThingHardware` interface. ### Method Signature `justStartService(Context context)` ### Parameters * **context** (Context) - The application context. ``` -------------------------------- ### startPreview Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/p2p/ICameraP2P.html Starts the camera preview. Two overloads are provided: one with clarity setting and one without. ```APIDOC ## startPreview ### Description Starts the camera preview. ### Method `abstract void` ### Signature `startPreview(OperationDelegateCallBack callBack)` ### Parameters * `callBack` (OperationDelegateCallBack) - Callback for operation results. ``` ```APIDOC ## startPreview ### Description Starts the camera preview with a specified clarity level. ### Method `abstract void` ### Signature `startPreview(int clarity, OperationDelegateCallBack callBack)` ### Parameters * `clarity` (int) - The desired clarity level for the preview. * `callBack` (OperationDelegateCallBack) - Callback for operation results. ``` -------------------------------- ### Get region callback Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-9.html Interface for retrieving region information. This callback is used to get details about geographical regions supported by the system. ```APIDOC ## Get region callback ### Description Interface for retrieving region information. This callback is used to get details about geographical regions supported by the system. ### Interface `IGetRegionCallback` ### Package `com.thingclips.smart.android.user.api` ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingAPConfig.html Starts the configuration process for a device using SSID, password, and a token. This is an overloaded method with variations accepting a Context, listener, and configuration map. ```APIDOC ## startConfig(String ssid, String password, String token) ### Description Starts the device configuration process. ### Method `void` ### Parameters * **ssid** (String) - The SSID of the Wi-Fi network. * **password** (String) - The password for the Wi-Fi network. * **token** (String) - A unique token for the configuration process. ``` ```APIDOC ## startConfig(Context context, String ssid, String password, String token) ### Description Starts the device configuration process with a provided Context. ### Method `void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The SSID of the Wi-Fi network. * **password** (String) - The password for the Wi-Fi network. * **token** (String) - A unique token for the configuration process. ``` ```APIDOC ## startConfig(Context context, String ssid, String password, String token, IDeviceHardwareConfigListener listener) ### Description Starts the device configuration process with a provided Context and hardware configuration listener. ### Method `void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The SSID of the Wi-Fi network. * **password** (String) - The password for the Wi-Fi network. * **token** (String) - A unique token for the configuration process. * **listener** (IDeviceHardwareConfigListener) - Listener for hardware configuration events. ``` ```APIDOC ## startConfig(Context context, String ssid, String password, String token, IDeviceHardwareConfigListener listener, IDeviceActivatorConfigListener apConfigListener) ### Description Starts the device configuration process with a provided Context, hardware configuration listener, and activator configuration listener. ### Method `void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The SSID of the Wi-Fi network. * **password** (String) - The password for the Wi-Fi network. * **token** (String) - A unique token for the configuration process. * **listener** (IDeviceHardwareConfigListener) - Listener for hardware configuration events. * **apConfigListener** (IDeviceActivatorConfigListener) - Listener for device activator configuration events. ``` ```APIDOC ## startConfig(Context context, String ssid, String password, String token, Map config, IDeviceHardwareConfigListener listener, IDeviceActivatorConfigListener apConfigListener) ### Description Starts the device configuration process with a provided Context, configuration map, hardware configuration listener, and activator configuration listener. ### Method `void` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The SSID of the Wi-Fi network. * **password** (String) - The password for the Wi-Fi network. * **token** (String) - A unique token for the configuration process. * **config** (Map) - A map of configuration parameters. * **listener** (IDeviceHardwareConfigListener) - Listener for hardware configuration events. * **apConfigListener** (IDeviceActivatorConfigListener) - Listener for device activator configuration events. ``` -------------------------------- ### Get Current Value Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/android/camera/sdk/api/IThingIPCPTZ.html Retrieves the current value of a DP point, specifying the expected type. This is useful for getting the real-time status of a device feature. ```APIDOC ## getCurrentValue ### Description Get the current value of DP point ### Method ``` abstract T ``` ### Parameters * **dpCode** (String) - Description: The DP code of the point to retrieve the value from. * **tClass** (Class) - Description: The class type to which the value should be cast. ### Returns * (T) - The current value of the DP point, cast to the specified type. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-18.html Initiates a configuration process with various parameter options. ```APIDOC ## startConfig (IThingWiredConfig Overload 1) ### Description Starts the configuration process with a Context and a String. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **Context** (Context) - Description not available. * **String** (String) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` ```APIDOC ## startConfig (IThingWiredConfig Overload 2) ### Description Starts the configuration process with a Context and two Strings. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **Context** (Context) - Description not available. * **String** (String) - Description not available. * **String** (String) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` ```APIDOC ## startConfig (IThingWiredConfig Overload 3) ### Description Starts the configuration process with a Context and three Strings. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **Context** (Context) - Description not available. * **String** (String) - Description not available. * **String** (String) - Description not available. * **String** (String) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` ```APIDOC ## startConfig (IThingWiredConfig Overload 4) ### Description Starts the configuration process with a Context and four Strings. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **Context** (Context) - Description not available. * **String** (String) - Description not available. * **String** (String) - Description not available. * **String** (String) - Description not available. * **String** (String) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` ```APIDOC ## startConfig (IThingEZConfig) ### Description Starts the configuration process for EZ mode with three Strings. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **String** (String) - Description not available. * **String** (String) - Description not available. * **String** (String) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` -------------------------------- ### SubDevInstallBean Class Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/sdk/bean/SubDevInstallBean.html The SubDevInstallBean class provides methods to manage sub-device installation details, including install code, MAC address, and manufacturer information. ```APIDOC ## Class: SubDevInstallBean ### Description Represents a bean for sub-device installation details. ### Fields - `private String installcode`: The installation code for the sub-device. - `private String mac`: The MAC address of the sub-device. - `private String manufaturer_info`: Information about the manufacturer of the sub-device. ### Constructor - `SubDevInstallBean()`: Default constructor. ### Methods #### Getters - `String getInstallcode()`: Retrieves the installation code. - `String getMac()`: Retrieves the MAC address. - `String getManufaturer_info()`: Retrieves the manufacturer information. #### Setters - `void setInstallcode(String installcode)`: Sets the installation code. - `void setMac(String mac)`: Sets the MAC address. - `void setManufaturer_info(String manufaturer_info)`: Sets the manufacturer information. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingWiredConfig.html Starts the wired device configuration process with a device ID, token, and initialization key. This overload provides more detailed configuration parameters. ```APIDOC ## startConfig(Context context, String devId, String token, String initKey) ### Description Starts the wired device configuration process for a specific device, including an initialization key for advanced setup. ### Method void ### Parameters #### Path Parameters - **context** (Context) - Required - The Android context. - **devId** (String) - Required - The device ID. - **token** (String) - Required - The configuration token. - **initKey** (String) - Required - The initialization key. ### Response #### Success Response - (void) - No return value. ``` -------------------------------- ### startClient Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/android/blemesh/api/IThingBlueMeshClient.html Starts the Bluetooth Mesh client with the provided BlueMeshBean configuration. ```APIDOC ## startClient ### Description Starts the Bluetooth Mesh client with the provided BlueMeshBean configuration. ### Method `abstract void startClient(BlueMeshBean blueMeshBean)` ### Parameters #### Path Parameters - **blueMeshBean** (BlueMeshBean) - Description: Configuration for the Bluetooth Mesh client. ``` -------------------------------- ### startPlayBack (version 1) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/middleware/p2p/IThingSmartCameraP2P.html Starts video playback within a specified time range. Requires start time, stop time, play time, a playback callback, and a finish callback. ```APIDOC ## startPlayBack (version 1) ### Description Start playback. ### Method `void startPlayBack(int startTime, int stopTime, int playTime, OperationDelegateCallBack callBack, OperationDelegateCallBack finishcallBack)` ### Parameters #### Path Parameters - `startTime` (int) - Required - Starting time (10-bit timestamp). - `stopTime` (int) - Required - Stop time. - `playTime` (int) - Required - Play time. - `callBack` (OperationDelegateCallBack) - Required - Playback callback. - `finishcallBack` (OperationDelegateCallBack) - Required - Callback when playback ends. ``` -------------------------------- ### startVideoMessageDownload with rotateMode Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/ipccamerasdk/msgvideo/IThingCloudVideo.html Starts downloading a video message with specified details, including URL, encryption key, storage path, filenames, rotate mode, and callbacks for start, progress, and completion. ```APIDOC ## startVideoMessageDownload ### Description Starts downloading video message. ### Method abstract int ### Parameters #### Path Parameters - `videoUrl` (String) - Video link. - `encryptKey` (String) - Key. - `folderPath` (String) - Store folder name. - `mp4FileName` (String) - Video name. - `thumbnailName` (String) - Thumbnail name. - `rotateMode` (int) - Rotate mode. - `callback` (OperationCallBack) - Start download callback. - `progressCallBack` (ProgressCallBack) - Progress callback. - `playFinishedCallBack` (OperationCallBack) - Download finish callback. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingWiredConfig.html Starts the wired device configuration process with a device ID and token. This overload allows specifying the target device. ```APIDOC ## startConfig(Context context, String devId, String token) ### Description Starts the wired device configuration process for a specific device using its ID and a token. ### Method void ### Parameters #### Path Parameters - **context** (Context) - Required - The Android context. - **devId** (String) - Required - The device ID. - **token** (String) - Required - The configuration token. ### Response #### Success Response - (void) - No return value. ``` -------------------------------- ### getProductRefBean Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/IThingHomeDataManager.html Gets ProductRefBean. ```APIDOC ## getProductRefBean ### Description Gets ProductRefBean. ### Method `abstract ProductRefBean` ### Parameters - **productId** (String) - The product ID ``` -------------------------------- ### startPreview (callBack) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/middleware/p2p/IThingSmartCameraP2P.html Starts the live video preview stream. ```APIDOC ## startPreview ### Description Starts the live video preview stream. ### Method `abstract void startPreview(OperationDelegateCallBack callBack)` ### Parameters #### Path Parameters - **callBack** (OperationDelegateCallBack) - Callback ``` -------------------------------- ### getService Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/android/user/bean/User.html Gets the service. ```APIDOC ## getService() ### Description Gets service. ### Method GET ### Endpoint N/A (Method Call) ### Returns - **String** - The service. ``` -------------------------------- ### startPreview (definition, callBack) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/com/thingclips/smart/camera/middleware/p2p/IThingSmartCameraP2P.html Starts the live video preview stream with a specified definition. ```APIDOC ## startPreview ### Description Starts the live video preview stream with a specified definition. ### Method `abstract void startPreview(int definition, OperationDelegateCallBack callBack)` ### Parameters #### Path Parameters - **definition** (int) - The desired video definition. - **callBack** (OperationDelegateCallBack) - Callback ``` -------------------------------- ### getUsername Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/android/user/bean/User.html Gets the username. ```APIDOC ## getUsername() ### Description Gets username. ### Method GET ### Endpoint N/A (Method Call) ### Returns - **String** - The username. ``` -------------------------------- ### startConfig Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/interior/hardware/IThingOptimizedApConfig.html Initiates the AP configuration process with the provided context, network credentials, token, configuration map, and a listener for AP activation events. ```APIDOC ## startConfig ### Description Initiates the AP configuration process. ### Method Signature `void startConfig(Context context, String ssid, String password, String token, Map config, IApActivatorConfigListener apListener)` ### Parameters * **context** (Context) - The application context. * **ssid** (String) - The Wi-Fi network name. * **password** (String) - The Wi-Fi network password. * **token** (String) - An authentication token. * **config** (Map) - A map of configuration parameters. * **apListener** (IApActivatorConfigListener) - A listener for AP activation events. ``` -------------------------------- ### IThingQRCodeDevActivator.start() Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-18.html Starts the device activation process using QR code scanning via the IThingQRCodeDevActivator interface. ```APIDOC ## start() ### Description Initiates device activation using QR code scanning capabilities. ### Method Not specified (assumed to be a method call within the SDK). ### Endpoint N/A (SDK method) ### Parameters None explicitly listed for this overload. ### Request Example ```java IThingQRCodeDevActivator qrActivator = ...; // Obtain an instance qrActivator.start(); ``` ### Response No specific response details provided in the source. ``` -------------------------------- ### startLightingConfigExecute Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-18.html Executes lighting configuration for a device. This function is overloaded and part of the IDevModel interface. ```APIDOC ## startLightingConfigExecute (Overload 1) ### Description Executes lighting configuration for a device with specified parameters. ### Method Not specified (SDK function call) ### Endpoint Not applicable (SDK function call) ### Parameters * **deviceId** (String) - Required - The ID of the device. * **configParams** (String) - Required - Configuration parameters as a string. * **configList** (List) - Required - A list of configuration items. * **callback** (IResultCallback) - Required - The callback to receive the result of the configuration. ``` ```APIDOC ## startLightingConfigExecute (Overload 2) ### Description Executes lighting configuration for a device with additional JSON array parameters. ### Method Not specified (SDK function call) ### Endpoint Not applicable (SDK function call) ### Parameters * **deviceId** (String) - Required - The ID of the device. * **configParams** (String) - Required - Configuration parameters as a string. * **configList** (List) - Required - A list of configuration items. * **jsonArray** (JSONArray) - Required - Additional configuration parameters as a JSON array. * **callback** (IResultCallback) - Required - The callback to receive the result of the configuration. ``` -------------------------------- ### getStartTime() Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/IPC SDK/5.1.0/index-files/index-7.html Retrieves the start time. ```APIDOC ## getStartTime() ### Description Retrieves the start time. ### Method Not applicable (SDK method) ### Endpoint Not applicable (SDK method) ### Parameters None ### Response The start time (type not specified in source). ``` -------------------------------- ### startLightingConfigExecute (overload 1) Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/com/thingclips/smart/home/sdk/api/IDevModel.html Initiates the lighting configuration process for specified devices. This overload is used when providing a list of device UUIDs. ```APIDOC ## startLightingConfigExecute ### Description Initiates the lighting configuration process for specified devices. This overload is used when providing a list of device UUIDs. ### Method `abstract void` ### Signature `startLightingConfigExecute(String devId, String token, List uuIds, IResultCallback callback)` ### Parameters * **devId** (String) - The ID of the device. * **token** (String) - The authentication token for the configuration process. * **uuIds** (List) - A list of UUIDs for the lighting devices to configure. * **callback** (IResultCallback) - The callback to handle the result of the operation. ``` -------------------------------- ### startClient Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-18.html Starts a client for BLE Mesh or Sig Mesh with various parameter options. ```APIDOC ## startClient (IThingBlueMeshClient Overload 1) ### Description Starts a client for BLE Mesh using a BlueMeshBean. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **BlueMeshBean** (BlueMeshBean) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` ```APIDOC ## startClient (IThingBlueMeshClient Overload 2) ### Description Starts a client for BLE Mesh using a BlueMeshBean and a long value. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **BlueMeshBean** (BlueMeshBean) - Description not available. * **long** (long) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` ```APIDOC ## startClient (IThingSigMeshClient Overload 1) ### Description Starts a client for Sig Mesh using a SigMeshBean. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **SigMeshBean** (SigMeshBean) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` ```APIDOC ## startClient (IThingSigMeshClient Overload 2) ### Description Starts a client for Sig Mesh using a SigMeshBean and a long value. ### Method (Not specified, likely a method call in an SDK) ### Parameters * **SigMeshBean** (SigMeshBean) - Description not available. * **long** (long) - Description not available. ### Endpoint (Not applicable for SDK methods) ### Request Example (Not applicable for SDK methods) ### Response (Not specified) ``` -------------------------------- ### getThingTimerManagerInstance Source: https://github.com/tuya/tuya-home-android-sdk-sample-java/blob/main/Api Reference/Smart Life App SDK/5.1.0/index-files/index-7.html Gets an instance of the ThingTimerManager. ```APIDOC ## getThingTimerManagerInstance() ### Description Provides an instance for managing timer-related operations. ### Method (Not specified, likely a SDK method call) ### Endpoint (Not applicable for SDK methods) ### Parameters (None) ### Request Example (Not applicable) ### Response #### Success Response - **ThingTimerManagerInstance** (Instance of ThingTimerManager) #### Response Example (Not applicable) ```