Skip to content

Commit

Permalink
fix: typescript example
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Apr 3, 2024
1 parent 196a493 commit f1238d3
Show file tree
Hide file tree
Showing 5 changed files with 457 additions and 7 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ manualtest
bitbucket-pipelines.yml
README*.md
typescript-sample
run-wired-tests.sh
2 changes: 0 additions & 2 deletions run-wired-tests.sh

This file was deleted.

2 changes: 1 addition & 1 deletion src/FSM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ export class KnxFSMConnection extends KnxFSM {
})
}

Disconnect(cb: () => void): void {
Disconnect(cb?: () => void): void {
if (this.state === 'connecting') {
KnxLog.get().debug('Disconnecting directly')
this.transition('uninitialized')
Expand Down
Loading

0 comments on commit f1238d3

Please sign in to comment.