mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-19 20:14:08 +00:00
convert all .md to .mdx
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Decode FreeD
|
||||
sidebar:
|
||||
label: Decode
|
||||
order: 3
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
- **type**: `free.d.decode`
|
||||
|
||||
### Example
|
||||
```yaml
|
||||
- type: free.d.decode
|
||||
```
|
||||
Reference in New Issue
Block a user