mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-15 18:53:38 +00:00
split device port into local and remote ports
This commit is contained in:
@@ -3,8 +3,8 @@ const md5 = require('md5');
|
||||
exports.config = {
|
||||
defaultName: 'PJLink Projector',
|
||||
connectionType: 'TCPsocket',
|
||||
defaultPort: 4352,
|
||||
mayChangePort: false,
|
||||
remotePort: 4352,
|
||||
mayChangePorts: false,
|
||||
heartbeatInterval: 5000,
|
||||
heartbeatTimeout: 15000,
|
||||
searchOptions: {
|
||||
|
||||
Reference in New Issue
Block a user