UNPKG

@br8kppooint/visca

Version:

Advanced nodejs library for working with VISCA-based PTZ cameras over IP and over serial connections.

8 lines 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ViscaTransport = void 0; class ViscaTransport { write(s) { } } exports.ViscaTransport = ViscaTransport; //# sourceMappingURL=transport.js.map