Files
showbridge-docs/src/content/docs/processors/artnet/encode.mdx
T
2026-06-01 18:03:47 -05:00

19 lines
413 B
Plaintext

---
title: Encode ArtNet Packet
sidebar:
label: Encode
order: 2
---
import SchemaInfo from '../../../../components/SchemaInfo.astro';
This processor will encode an ArtNet packet into an array of bytes. This processor will return an error if the message being processed is not an ArtNet packet.
<SchemaInfo type="processor" id="artnet.packet.encode"/>
### Example
```yaml
- type: artnet.packet.encode
```