Skip to content

Commit 180a03d

Browse files
author
Mint de Wit
authored
Merge pull request #28 from ByteHive/master
Update the Version of the Protocol to 1.8 so that the Atem works with…
2 parents aaad812 + 9b6758d commit 180a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class HyperdeckSocket extends EventEmitter {
4444

4545
this.sendResponse(
4646
new TResponse(AsynchronousCode.ConnectionInfo, 'connection info', {
47-
'protocol version': '1.6',
47+
'protocol version': '1.8',
4848
model: 'NodeJS Hyperdeck Server Library'
4949
})
5050
)

0 commit comments

Comments
 (0)