Skip to content

Commit

Permalink
docs: sample's parameter expression
Browse files Browse the repository at this point in the history
  • Loading branch information
seojinwoo committed Oct 11, 2022
1 parent 285adcb commit 133ac57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/iot-device-sdk/src/wifiDevice.ts
Expand Up @@ -14,11 +14,11 @@ import { TuyaSdkBridge } from './common';
* - in case Occur Timeout: Timeout
* @example
* ```ts
* iot-device-sdk.registerWifiEzDevice({
* iot-device-sdk.registerWifiEzDevice(
* "ssid",
* "password",
* 90
* }).then(
* ).then(
* (okRes: any) => {
* debugText("Ok Res")
* assignedGwId = okRes.devId
Expand Down
4 changes: 2 additions & 2 deletions packages/iot-device-sdk/src/wiredGw.ts
Expand Up @@ -58,11 +58,11 @@ export function stopSearchWiredGW() {
* - in case Occur Timeout: Timeout
* @example
* ```ts
* iot-device-sdk.registerWiredGw({
* iot-device-sdk.registerWiredGw(
* "eb9a55f0d10d1c9a11luux",
* "keyyj3fy8x98arty",
* 90
* }).then(
* ).then(
* (okRes: any) => {
* debugText("Ok Res")
* assignedGwId = okRes.devId
Expand Down

0 comments on commit 133ac57

Please sign in to comment.