mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-04 19:58:59 +00:00
20 lines
424 B
Plaintext
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
|
|
```
|