Skip to content

Commit

Permalink
docs: timeout unit is added
Browse files Browse the repository at this point in the history
  • Loading branch information
seojinwoo committed Oct 4, 2022
1 parent a1b6611 commit 193154b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/iot-device-sdk/src/subDevice.ts
Expand Up @@ -6,7 +6,7 @@ import { TuyaSdkBridge } from './common';
* Callback function offer sub device detail information.
*
* @param gw_id - gateway id that zigbee device is connected to
* @param timeout - maximum timeout for sub devices registration
* @param timeout - maximum timeout for sub devices registration, unit is seconds
* @param callback - Callback function for get information about registration
*
* @returns Function's result
Expand Down
2 changes: 1 addition & 1 deletion packages/iot-device-sdk/src/wiredGw.ts
Expand Up @@ -50,7 +50,7 @@ export function stopSearchWiredGW() {
*
* @param gw_id - gateway id for registration
* @param product_id - product id for registration
* @param timeout - maximum timeout for registration
* @param timeout - maximum timeout for registration, unit is seconds
*
* @returns Success and failure details as a result
* - in case OK: [ref](https://github.com/iot-device-sdk/blob/main/packages/iot-device-sdk/sample-gw.md)
Expand Down

0 comments on commit 193154b

Please sign in to comment.