Files
Undecked/Backend/dist/Integrations/buildin/viscaOverIP/integration.js
2023-08-29 20:06:52 +02:00

18 lines
571 B
JavaScript

Object.defineProperty(exports, "__esModule", { value: true });
var Integration = {
name: 'Visca over IP',
description: 'Control PTZ cameras',
main: require('./viscaOverIP'),
connections: [
{
type: 'viscaOverIpCamera',
name: 'Camera',
fields: [
{ id: 'ip', name: 'IP Address', type: 'text', value: '0.0.0.0' },
{ id: 'port', name: 'Visca Port', type: 'number', value: '52381' }
]
}
]
};
module.exports = Integration;
//# sourceMappingURL=integration.js.map