mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-09 23:53:39 +00:00
18 lines
385 B
Plaintext
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
|
|
```
|