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: 1
---
- **type**: `artnet.packet.decode`
- **type**: `artnet.packet.decode`
This processor will decode incoming bytes into an ArtNet packet. This processor will return an error if the message being processed is not an array of bytes.
### Example
```
- type: artnet.packet.decode
```