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

18 lines
385 B
Plaintext

---
title: Decode FreeD
sidebar:
label: Decode
order: 3
---
import SchemaInfo from '../../../../components/SchemaInfo.astro';
This processor will decode incoming bytes into a FreeD message. This processor will return an error if the message being processed is not an array of bytes.
<SchemaInfo type="processor" id="freed.decode"/>
### Example
```yaml
- type: freed.decode
```