Skip to content

Commit 03f5855

Browse files
Remove param from interface
1 parent d710f75 commit 03f5855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/device.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export interface DeviceConnection<M extends ValueIsEvent<M>>
189189
/**
190190
* Disconnect from the device.
191191
*/
192-
disconnect(quiet?: boolean): Promise<void>;
192+
disconnect(): Promise<void>;
193193

194194
/**
195195
* Write serial data to the device.

0 commit comments

Comments
 (0)