Files
showbridge-docs/src/content/docs/processors/artnet/decode.mdx
T
2026-08-19 10:12:58 -05:00

20 lines
424 B
Plaintext

---
title: Decode ArtNet Packet
sidebar:
label: Decode
order: 1
---
import SchemaInfo from '../../../../components/SchemaInfo.astro';
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.
<SchemaInfo type="processor" id="artnet.packet.decode"/>
### Example
```yaml
- id: decode
type: artnet.packet.decode
```