Files
showbridge-docs/src/content/docs/processors/free-d/create.mdx
T
2026-06-01 18:03:47 -05:00

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"
```