Skip to content

Commit

Permalink
Merge pull request #630 from gautampanchal94/master
Browse files Browse the repository at this point in the history
Add `cid` options for set method in `index.d.ts`
  • Loading branch information
Apollon77 committed May 16, 2023
2 parents 189b4f2 + 81512ec commit 905670c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ declare module 'tuyapi' {

interface SingleSetOptions {
dps: number;
set: string|number|boolean
set: string|number|boolean;
cid?: string;
multiple?: boolean;
shouldWaitForResponse?: boolean;
}
Expand Down

0 comments on commit 905670c

Please sign in to comment.