@elgato-stream-deck/tcp
Version:
An npm module for interfacing with select Elgato Stream Deck devices in node over tcp
9 lines • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CORA_MAGIC = exports.DEFAULT_MDNS_QUERY_INTERVAL = exports.TIMEOUT_DURATION = exports.RECONNECT_INTERVAL = exports.DEFAULT_TCP_PORT = void 0;
exports.DEFAULT_TCP_PORT = 5343;
exports.RECONNECT_INTERVAL = 5000;
exports.TIMEOUT_DURATION = 5000; // Note: must be more than the
exports.DEFAULT_MDNS_QUERY_INTERVAL = 10000;
exports.CORA_MAGIC = Buffer.from([0x43, 0x93, 0x8a, 0x41]);
//# sourceMappingURL=constants.js.map