Skip to content

Commit

Permalink
fix: 'handle' KEY-PRESS ack
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Apr 15, 2022
1 parent 27cc025 commit 3003f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ export class CompanionSatelliteClient extends EventEmitter<CompanionSatelliteCli
case 'BEGIN':
console.log(`Connected to Companion: ${body}`)
break
case 'KEY-PRESS':
// Ignore
break
default:
console.log(`Received unhandled command: ${cmd} ${body}`)
break
Expand Down

0 comments on commit 3003f48

Please sign in to comment.