Initial commit
This commit is contained in:
18
Backend/dist/Integrations/buildin/viscaOverIP/integration.js
vendored
Normal file
18
Backend/dist/Integrations/buildin/viscaOverIP/integration.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
exports.__esModule = 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
|
||||
Reference in New Issue
Block a user