Skip to content

Commit dd11efc

Browse files
committedApr 17, 2024·
fix open signature
1 parent 0120672 commit dd11efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/power-supply-com-communicator/lib/createCommunicator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { commandHandlerFactories, DomainCommand } from './domain';
66
import { createCommandRunner, createTransport, Device } from './tools';
77

88
export interface Communicator {
9-
open: (portName: string) => Promise<void>;
9+
open: () => Promise<void>;
1010
close: () => Promise<void>;
1111
isCommmunicationStarted: () => Promise<boolean>;
1212
listPorts: () => Promise<Device[]>;

0 commit comments

Comments
 (0)
Please sign in to comment.