mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-07 22:53:39 +00:00
16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
---
|
|
title: Encode ArtNet Packet
|
|
sidebar:
|
|
label: Encode
|
|
order: 2
|
|
---
|
|
|
|
- **type**: `artnet.packet.encode`
|
|
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.
|
|
|
|
### Example
|
|
|
|
```yaml
|
|
- type: artnet.packet.encode
|
|
```
|