fill in basic details for remaining processors/modules

This commit is contained in:
Joel Wetzell
2026-03-26 17:57:08 -05:00
parent 3a92370cdd
commit cc77a35377
30 changed files with 336 additions and 66 deletions
+8 -1
View File
@@ -5,4 +5,11 @@ sidebar:
order: 2
---
- **type**: `free.d.encode`
This processor will encode a FreeD message into an array of bytes. This processor will return an error if the message being processed is not a FreeD message.
- **type**: `free.d.encode`
### Example
```
- type: free.d.encode
```