Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
ensureMapping('pharos_lights', literal({
device: PlayoutDeviceType.PHAROS,
deviceId: 'pharos0',
lookahead: LookaheadMode.NONE,
})),
ensureMapping('ptz0_zoom', literal({
device: PlayoutDeviceType.PANASONIC_PTZ,
deviceId: 'ptz0',
mappingType: MappingPanasonicPtzType.ZOOM,
lookahead: LookaheadMode.NONE,
})),
ensureMapping('ptz0_zoom_speed', literal({
device: PlayoutDeviceType.PANASONIC_PTZ,
deviceId: 'ptz0',
mappingType: MappingPanasonicPtzType.ZOOM_SPEED,
lookahead: LookaheadMode.NONE,
})),
ensureStudioConfig('ApningCameraInitialZoom', 0),
ensureStudioConfig('ApningCameraZoomSpeed', 0.1),
ensureStudioConfig('ApningCameraZoomDuration', 3000),
ensureStudioConfig('SluttCameraInitialZoom', 1),
ensureStudioConfig('SluttCameraZoomSpeed', -0.1),
ensureStudioConfig('SluttCameraZoomDuration', 3000),
ensureDeviceVersion('ensureVersion.playoutDevice', PeripheralDeviceAPI.DeviceType.PLAYOUT, '_process', '0.13.0'),
ensureDeviceVersion('ensureVersion.mosDevice', PeripheralDeviceAPI.DeviceType.MOSDEVICE, '_process', '0.4.2'),
ensureSourceLayer({
_id: 'studio0_audio_bed',
_rank: 0,
name: 'Bed',
type: SourceLayerType.AUDIO,
onPGMClean: true,