Skip to content

Commit 905670c

Browse files
authored
Merge pull request #630 from gautampanchal94/master
Add `cid` options for set method in `index.d.ts`
2 parents 189b4f2 + 81512ec commit 905670c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ declare module 'tuyapi' {
3737

3838
interface SingleSetOptions {
3939
dps: number;
40-
set: string|number|boolean
40+
set: string|number|boolean;
41+
cid?: string;
4142
multiple?: boolean;
4243
shouldWaitForResponse?: boolean;
4344
}

0 commit comments

Comments
 (0)