Skip to content

Commit

Permalink
fix open signature
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreroth64 committed Apr 17, 2024
1 parent 0120672 commit dd11efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { commandHandlerFactories, DomainCommand } from './domain';
import { createCommandRunner, createTransport, Device } from './tools';

export interface Communicator {
open: (portName: string) => Promise<void>;
open: () => Promise<void>;
close: () => Promise<void>;
isCommmunicationStarted: () => Promise<boolean>;
listPorts: () => Promise<Device[]>;
Expand Down

0 comments on commit dd11efc

Please sign in to comment.