mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-31 09:49:00 +00:00
20 lines
426 B
Plaintext
20 lines
426 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
|
|
- id: encode
|
|
type: artnet.packet.encode
|
|
```
|