mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-13 09:33:38 +00:00
work on auto-generating parts of docs from JSONSchema
This commit is contained in:
@@ -4,9 +4,12 @@ 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"/>
|
||||
|
||||
- **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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user