mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-12 17:13:39 +00:00
28 lines
444 B
Plaintext
28 lines
444 B
Plaintext
---
|
|
title: Create FreeD
|
|
sidebar:
|
|
label: Create
|
|
order: 1
|
|
---
|
|
import SchemaInfo from '../../../../components/SchemaInfo.astro';
|
|
|
|
This processor will create a new FreeD message with the specified parameters.
|
|
|
|
<SchemaInfo type="processor" id="freed.create"/>
|
|
|
|
### Example
|
|
|
|
```yaml
|
|
- type: freed.create
|
|
params:
|
|
id: "1"
|
|
pan: "45"
|
|
tilt: "30"
|
|
roll: "0"
|
|
posX: "10"
|
|
posY: "5"
|
|
posZ: "15"
|
|
zoom: "2"
|
|
focus: "1"
|
|
```
|